Vertical spacing between paragraphs

Hello experts,
I am having trouble closing up the space between a title and
a subtitle that needs to have a different style. I am usingCSS.
Line spacing seems to work only on the vertical space between
lines within a paragraph, not between paragraphs. This makes sense.
I have tried putting each element in its own table cell, each
with its own id, and playing with positive and negative margins and
padding. If there is a combination that would work, I would be glad
to hear it. At the moment my knowledge of margins and padding is
based almost totally on trial and error, not on comprehension.
My current work around is to keep the subtitle in the same
paragraph, put in a line break, and the style the subtitle. That
has given me a good result on my browser, but I'm not sure about
other browsers. Also, work arounds me nervous about creating other
problems I don't know about.
Can anyone give me the right solution, or at least critique
my work around solution?
Many thanks so much in advance for help.
Richard

p { margin:0; }
Sorry it was so verbose.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"RTalbott" <[email protected]> wrote in
message
news:e8grgo$g4v$[email protected]..
> Hello experts,
> I am having trouble closing up the space between a title
and a subtitle
> that
> needs to have a different style. I am usingCSS.
>
> Line spacing seems to work only on the vertical space
between lines within
> a
> paragraph, not between paragraphs. This makes sense.
>
> I have tried putting each element in its own table cell,
each with its own
> id,
> and playing with positive and negative margins and
padding. If there is a
> combination that would work, I would be glad to hear it.
At the moment my
> knowledge of margins and padding is based almost totally
on trial and
> error,
> not on comprehension.
>
> My current work around is to keep the subtitle in the
same paragraph, put
> in a
> line break, and the style the subtitle. That has given
me a good result
> on my
> browser, but I'm not sure about other browsers. Also,
work arounds me
> nervous
> about creating other problems I don't know about.
>
> Can anyone give me the right solution, or at least
critique my work around
> solution?
>
> Many thanks so much in advance for help.
>
> Richard
>

Similar Messages

  • Vertical spacing between paragraphs of ul

    I created a ul list after several paragraphs, but I can't figure out how to change the space between the paragraphs. It's listed as such body>section>.rule>ul>li. I tried changing the margins for ul, li, and the rule but in every case it's marked out and says it doesn't apply because it's not inherited. How do I put more space between my bulleted or ul lists?

    Here's the CSS:
    @charset "UTF-8";
    h1  {
      font-family: neuton-cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 1.5em;
      text-shadow: 2px 2px 1px #FCFAFA;
      margin-left: 10%;
      margin-right: 10%;
      text-align: center;
    p {
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-style: normal;
      text-indent: 3%;
      padding-left: 10px;
      padding-right: 10px;
      font-size: large;
      margin-bottom: -10px;
    a {
      color: #F5F5F5;
      font-family: neuton-cursive;
      font-style: normal;
      font-weight: 400;
    footer {
      background-color: #000000;
      color: #FFFFFF;
      font-weight: 600;
      font-size: x-small;
      text-align: center;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 5%;
      margin-bottom: 5%;
      padding-left: 10px;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      clear: both;
    nav    {
      background-color: #143A00;
      color: #FFFFFF;
      text-align: center;
      margin-top: 5%;
      margin-left: 5%;
      margin-right: 5%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 2%;
      padding-bottom: 15px;
    h2 {
      font-style: normal;
      font-weight: 400;
      font-family: neuton-cursive;
      line-height: normal;
      text-indent: 3%;
    .sectionRight {
      margin-left: 5%;
      margin-right: 5%;
      border-top: 10px solid #143A00;
      border-bottom: 10px solid #143A00;
      background-color: #FFFFFF;
      margin-bottom: 5%;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-shadow: 0px 0px;
      box-shadow: 0px 0px;
    header  {
      text-align: center;
      clear: both;
    body {
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(202,211,198,1.00) 100%);
      background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(202,211,198,1.00) 100%);
      background-size: cover;
    .navHome {
      margin-right: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0% 22px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      margin-left: 1%;
    .navRetreat {
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      margin-left: 10px;
    .navStore {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navCounseling {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navTraining {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navSeminars {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navBlog {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navDonations {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .logo {
      margin-bottom: -4%;
      margin-top: 1%;
    .navHome:hover {
      color: #FD0004;
    .navRetreat:hover {
      color: #FF0004;
    .navStore:hover {
      color: #FF0004;
    .navCounseling:hover {
      color: #FF0004;
    .navTraining:hover {
      color: #FF0004;
    .navSeminars:hover {
      color: #FF0004;
    .navBlog:hover {
      color: #FF0004;
    .navDonations:hover {
      color: #FF0004;
    .AboutUsContent {
      border-top: 10px solid #143A00;
      border-bottom: 10px solid #143A00;
      margin-left: 5%;
      margin-right: 5%;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #FFFFFF;
      text-indent: 3%;
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-size: large;
      font-style: normal;
      line-height: normal;
      margin-bottom: 5%;
    .inlinetext {
      color: #0029FF;
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-weight: bold;
      text-decoration: underline;

  • TextField and CSS: How to control spacing between paragraphs

    I'm using an external CSS to format a textField that has some
    HTML text in it, let's say something similar to this:
    myTextField.htmlText = "<p>paragraph
    one</p><p>paragraph two</p>";
    How can I control the spacing between paragraphs when there
    is no support for margin-top or margin-bottom? I don't want to add
    empty <p> or <br /> elements to my text since they
    don't allow exact control and insert too much space. Is there any
    good solution?
    Thanks

    I think rob day's suggestion has merits too. Either way I
    don't see any other way but inserting an extra element that adjusts
    the spacing somehow.
    Yes, it sucks that the majority of styling declarations are
    not supported but, on the other hand, it is not such a big deal to
    insert an element especially with the powerful XML tools in AS3.
    You can create a function that will preprocess all XML "page"
    nodes and insert an extra <p> tag after each <p> tag
    (see attached code)
    I did not check if code works - it is just a concept.
    The same approach can be taken with rob's suggestion but
    inside the <p> element that comes with the XML.

  • How do I delete extra spacing between paragraphs?

    I have created a PDF but when I edited some sentences, it left extra spacing between paragraphs.  How do I adjust the format so it is double spaced and how do I get rid of the extra spacing?

    You don't, to be honest. Editing a PDF is a desperate last resort, for when the original is lost, cannot be had for any amount of money, and the backups were eaten by termites. So there is no situation ever in which you should be editing a PDF you created. Rather, make the correction and remake the PDF. Sorry to be blunt, but it's best to really understand how desperate you have to be to edit a PDF.

  • Spacing between paragraphs

    Dreamweaver seems to automatically put a double space,
    everytime you hit the "enter" button. Is there anyway to get it not
    to do this?

    And it's not a double line space. It's the normal HTML
    default top/bottom
    margins on paragraph tags. If you want to control that, it's
    simple to use
    CSS -
    p { margin:0; }
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Baxter" <baxter(RemoveThe :-)@gtlakes.com> wrote in
    message
    news:fot2to$qga$[email protected]..
    > Enter starts a new Paragraph <p></p>, Shift
    + enter puts in a line brake
    > <br>
    > Dave
    > "Dstaniec" <[email protected]> wrote in
    message
    > news:fot2ka$q9a$[email protected]..
    >> Dreamweaver seems to automatically put a double
    space, everytime you hit
    > the "enter" button. Is there anyway to get it not to do
    this?
    >
    >

  • Vertical spacing between reportregions while customising the pagetemplate

    Looks like I found some kind of error. I've made a custom pagetemplate using divs to get exact control over the region positions. When I enter:
    div
    region 1
    br
    br
    br
    region 2
    div
    It just renders 1 break, not 3 breaks as specified. Any clue how to fix this. In the preview when you place your regions, the 3 breaks show!
    On a note how do I post the tags in this forum? Seems the text box doesn't escape the tags.
    Help

    Hello,
    Look at your HTML source in the browser I bet the 3 &lt;br> tags are there, HTML DB does not strip HTML out of templates.
    I have a couple examples of doing exact layouts that might help you out here's one the rest are linked in the nav.
    http://htmldb.oracle.com/pls/otn/f?p=11933:35
    Post your tags like this &amp;lt;br> and it will show up like &lt;br>
    Finally as a rule UI issues are very hard to debug unless you can see them put an example on htmldb.oracle.com
    Many times while your recreating your example you see what you are doing wrong.
    Carl

  • E-mails: excess vertical spacing

    When I send an e-mail (Hotmail) through Firefox that I have created and pasted from MS Word, it looks just fine on the e-mail ready-to-send screen but after it is sent and I check it in sent mail, there appears triple or quadruple spacing between paragraphs (even though the document in Word (and on the to-be-sent screen) was single-spaced with only double spacing between paragraphs.
    How can I eliminate the excess spacing?
    Thanks.

    If you paste HTML code then you can check the source code to see what exactly is pasted. Word may be adding extra <nowiki><P></nowiki> tags or other code that is causing it.

  • Vertical spacing out of wack in IE, but perfect in Safari?

    I have newbie question about vertical spacing in the frame
    based design of the site I am working on. I did not design the
    website but I was just asked to take over the basic updating and
    maintenance of the content.
    www.brainoptimization.com
    When I view my site in IE or Safari for Windows it looks just
    the way it is supposed to.
    But when viewed in Internet Explorer for windows the vertical
    spacing in the left column (as well as the spacing between the
    first 5 paragraps in the right column) is completely out of whack!
    IE for win puts huge chucks of space between the cells where none
    was put. Any idea what is going on and how I can correct this
    issue? I am using Dreamweaver 8 on a mac. Any help would be
    appreciated. Thank you.
    Cheers.

    Not sure how that page would look perfect in any browser
    truthfully :-)
    In Firefox there are huge pages in the left column. That
    mosaic picture is
    about halfway down the page. The styling of the paragraphs is
    all over the
    place because nearly every paragraph on the page has a new
    style applied to
    it. From the code I can see well over 100 'styles' ....
    someone has really
    overdone the use of creating new styles - or using the
    property inspector to
    create new styles for each paragaph. There are numerous empty
    cells with
    the table structure, many colspans etc., that make for a very
    fragile page
    indeed - hence the reason for it not working cross
    browser/platform.
    In all honesty, I would start over - it looks like a simple 2
    column
    structure and shouldn't be a problem with getting it to
    display correctly in
    *every* browser :) Sorry for the bad news.
    One thing you can try first off at least (I haven't looked at
    the code too
    much after seeing all those styles)., place the mouse cursor
    into the left
    column and in the property inspector set the vertical
    alignment to 'top'.,
    maybe that will move the contents of that left column to the
    top rather than
    half way down the page... may or may not work - depending on
    whether those
    colspans get in the way.
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    "Lightlover" <[email protected]> wrote in
    message
    news:[email protected]...
    > I have newbie question about vertical spacing in the
    frame based design of
    > the
    > site I am working on. I did not design the website but I
    was just asked to
    > take
    > over the basic updating and maintenance of the content.
    >
    >
    http://www.brainoptimization.com
    >
    > When I view my site in IE or Safari for Windows it looks
    just the way it
    > is
    > supposed to.
    >
    > But when viewed in Internet Explorer for windows the
    vertical spacing in
    > the
    > left column (as well as the spacing between the first 5
    paragraps in the
    > right
    > column) is completely out of whack! IE for win puts huge
    chucks of space
    > between the cells where none was put. Any idea what is
    going on and how I
    > can
    > correct this issue? I am using Dreamweaver 8 on a mac.
    Any help would be
    > appreciated. Thank you.
    >
    > Cheers.
    >

  • Pages 5: Spacing between bullets (not line spacing)

    How can I control the spacing between bullets?
    1. I clearly see how to control the spacing around a bullet relevant to its text. That's not what I'm referring to.
    2. I clearly see how to set line spacing. That's not what I'm referring to.
    What I'd like to do is keep a line spacing of 1.0 on the text, but add padding between list items (between bulleted content). The method in Pages '09 was to add buffer space "after the paragraph" (or before). However, in Pages 5.0 this option does not exist. Some of my bullets have enough content that wraps, which is why line spacing is not an acceptable solution.
    How can I control spacing between bulleted list items, such that each chunk of content is better separated?
    Thank you!

    Silly me. I have located it, by expanding the Spacing menu. The control I'm looking for is right there.
    I've included a screencap, in case anyone else misses the obvious like I have. Thanks for looking!

  • Lightbox Slideshow adjust spacing between thumbnails

    Hi
    This is actually a two part question -
    1. I want to give a collage look to my slideshow, without any spacing between thumbnails. How can I remove all the space between thumbnails.
    2. For all the thumbnails I want -"Fit the frame proportionally" and for all the big lightbox images I want "Fit Content proportionally" so that vertical and horizontal images are not cropped in the Lightbox view. How can I do that for all the images together rather than going one by one.
    Thanks in advance.
    -MP

    Hi MP,
    For your 1st request, the Thumbnails (containers that hold the thumb images) cannot be resized individually and maintain same dimensions for all the thumbnails. For this reason, even though you can remove all spacing between Thumbnails by selecting the Thumbnail Container and specifying H and V Gutter in the Spacing Panel to 0 -- if your slideshow images are of mismatched dimensions and proportions and you have Fit Content Proportionally selected as the Fitting option, then there will be an inevitable space around the thumb images either vertically or horizontally. You can work around that by using the Fill Frame Proportionally option.
    For your 2nd request. you can choose the appropriate option in the Flyout menu for "New Hero" and "New Thumbnail" options BEFORE adding the new images to the slideshow. The selection you make here will be applicable for images that you add after setting this option. So the appropriate workflow would be to setup your slideshow the way you want, then choose the appropriate option for New Hero and New Thumbnail and then add all your images to the slideshow.
    If you want fine grained control over thumbnail and images, you may look at Composition Widgets which allow you to manually place and size all content individually and still allow you to use the composition as a slideshow upon publishing.
    Thanks,
    Vikas

  • How do I remove extra space between paragraphs

    I'm writing a research paper, and between paragraphs an extra line of space is added.  My professor isn't happy about this.  Help me eliminate the space.

    The default after paragraph spacing in Pages is 12 points. With a 12 point font, this puts a whole line-worth of space after each paragraph return. It is very easy to change this in the text inspector.
    If you don't want to have to remember to change it each time you open a new blank word processing document, create your own template. Open the blank template & set up your document with the line spacing, margins, headers, etc. as you'd like. Redefine all of the paragraph & character styles to have your desired font. You can set default wrap for any object as well as many other settings. Insert a table, click in it & choose the font, size, color, etc. you want in the fonts panel or format bar. You can do similar changes to inserted objects & text boxes. While you're at it resize the box if you want, set the amount of extra space in the wrap inspector, etc. Delete each text box, object & table after you've set them.
    Now, save this document as a template & select that template as default in preferences. If you decide to make any changes to the template down the road, just Save As Template again with the same name & replace the previous version. All of your new documents will have these settings for inserted objects, images & tables. Unfortunately, the settings won't apply to any other templates or "foreign" documents you open with Pages.

  • Please Help!  I have been writing using - Pages - app for years.  I still can not figure out how to make single spaces between paragraphs.  Pages automatically double spaces between paragraphs.

    I have been writing on - Pages- app for several years.  Pages automatically uses double space between paragraphs. I can not figure out how to make single space between paragraphs. Tried everything.  Please help!  

    Pages User Guide >  http://manuals.info.apple.com/en_US/Pages_UserGuide.pdf
    Open the user guide then press Command + F on your keyboard.
    Type line spacing in the search field top right corner of that window.

  • How can I reduce the amount of space between paragraphs in Pages?

    How can I reduce the amount of space between paragraphs in Pages?

    Let's pretend that you told us which version of Pages you are talking about, and that you are using Pages 5:
    click in the text > Format > Spacing > click on triangle to expand options > change Before/After
    Peter

  • StarOffice 8 word spacing for paragraph line fitting

    How do I ensure that each line in a paragraph will end near the right boundary of the paragraph? In other words, how do I make the spacing between words and characters adjust dynamically to ensure the line ends in the same place?

    I haven't got the English version, but afaik this one is hidden behind "Justification" => "full" in the paragraph formatting.
    It is best to adjust your standard template.

  • Vertical Spacing

    I have experiencing irregularities with the vertical spacing
    of images in different browsers. I am working on an iMac 10.4.11.
    The site looks as I intended it to read while in Safari, but when
    opened in Firefox the text-based navigation bar which runs along
    the body copy grows along with the body copy - the spacing adjusts
    itself to the length of the body copy.
    Do I need to rebuild my pages? (please, say no!) or is there
    code to keep the text from spacing out?
    Here is the site:
    http://www.banksems.com/BankSems2008/index.html
    The Contact Me page is the only page which represents what it
    was designed to look like. All of the other pages contain incorrect
    spacing.
    Thanks for any input!
    B

    Hello,
    Take a look at this link, specifically the example under
    "Table 3":
    http://apptools.com/rants/spans.php
    All of your text is in a cell that you made by merging 13
    rows in that
    column.
    All of your links are in the unmerged part of the 13 rows in
    a following
    column.
    When the one merged cell with all the text gets taller, the
    top unmerged row
    in the following column stays at the top of the merged cell
    and the bottom
    row stays with the bottom of the merged cell.
    The rows between are spaced out.
    You don't see this on the "Contact" page because the text in
    the merged cell
    is not as tall as the 11 rows in the next column, so it
    doesn't spread them
    apart.
    To avoid this, you can use a simple table with 1 row and 2
    columns.
    In the first column, insert all your text.
    In the second column, insert another table with the number of
    rows equal to
    your number of links. This is a "nested" table. Give the cell
    this nested
    table is in a valign:top, and the table with all your links
    in it will stay
    at the top of the column. Because the rows in this nested
    table aren't
    "connected" to any merged rows, they won't space down the
    page.
    Here's an example using tables:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Nested Table</title>
    </head>
    <body>
    <table width="760" border="1" align="center"
    cellpadding="10"
    cellspacing="0" bordercolor="#0066CC">
    <tr>
    <td width="100%" valign="top"
    bgcolor="#DFEAF2"><p>Column 1</p>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing
    elit. Praesent
    aliquam, justo convallis luctus rutrum, erat nulla fermentum
    diam, at
    nonummy quam ante ac quam. Maecenas urna purus, fermentum id,
    molestie in,
    commodo porttitor, felis. Nam blandit quam ut lacus.
    </p>
    <p>Quisque ornare risus quis ligula. Phasellus
    tristique purus a
    augue condimentum adipiscing. Aenean sagittis. Etiam leo
    pede, rhoncus
    venenatis, tristique in, vulputate at, odio. Donec et ipsum
    et sapien
    vehicula nonummy. Suspendisse potenti. Fusce varius urna id
    quam. Sed neque
    mi, varius eget, tincidunt nec, suscipit id, libero. In eget
    purus.
    Vestibulum ut nisl. Donec eu mi sed turpis feugiat feugiat.
    Integer turpis
    arcu, pellentesque eget, cursus et, fermentum ut, sapien.
    Fusce metus mi,
    eleifend sollicitudin, molestie id, varius et, nibh. Donec
    nec libero.</p>
    <p>Quisque ornare risus quis ligula. Phasellus
    tristique purus a
    augue condimentum adipiscing. Aenean sagittis. Etiam leo
    pede, rhoncus
    venenatis, tristique in, vulputate at, odio. Donec et ipsum
    et sapien
    vehicula nonummy. Suspendisse potenti. Fusce varius urna id
    quam. Sed neque
    mi, varius eget, tincidunt nec, suscipit id, libero. In eget
    purus.
    Vestibulum ut nisl. Donec eu mi sed turpis feugiat feugiat.
    Integer turpis
    arcu, pellentesque eget, cursus et, fermentum ut, sapien.
    Fusce metus mi,
    eleifend sollicitudin, molestie id, varius et, nibh. Donec
    nec
    libero.</p></td>
    <td valign="top" bgcolor="#CEEAE7"><p>Column 2
    </p>
    <table width="200" border="1" cellpadding="0"
    cellspacing="0"
    bgcolor="#FFFFCC">
    <tr>
    <td align="center" bordercolor="#FF9900">Nested
    Table</td>
    </tr>
    <tr>
    <td align="center" bordercolor="#FF9900"><a
    href="javascript:;">Link 1</a></td>
    </tr>
    <tr>
    <td align="center" bordercolor="#FF9900"><a
    href="javascript:;">Link 2</a></td>
    </tr>
    <tr>
    <td align="center" bordercolor="#FF9900"><a
    href="javascript:;">Link 3</a></td>
    </tr>
    <tr>
    <td align="center" bordercolor="#FF9900"><a
    href="javascript:;">Link 4</a></td>
    </tr>
    <tr>
    <td align="center" bordercolor="#FF9900"><a
    href="javascript:;">Link 5</a></td>
    </tr>
    <tr>
    <td align="center" bordercolor="#FF9900"><a
    href="javascript:;">Link 6</a></td>
    </tr>
    </table></td>
    </tr>
    </table>
    </body>
    </html>
    You could also do this using <div>s and CSS
    positioning.
    Here's a tutorial close to your page design:
    http://projectseven.com/tutorials/css/qdmacfly/index.htm
    Take care,
    Tim
    "bubadeeb" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have experiencing irregularities with the vertical
    spacing of images in
    > different browsers. I am working on an iMac 10.4.11. The
    site looks as I
    > intended it to read while in Safari, but when opened in
    Firefox the
    > text-based
    > navigation bar which runs along the body copy grows
    along with the body
    > copy -
    > the spacing adjusts itself to the length of the body
    copy.
    >
    > Do I need to rebuild my pages? (please, say no!) or is
    there code to keep
    > the
    > text from spacing out?
    >
    > Here is the site:
    http://www.banksems.com/BankSems2008/index.html
    >
    > The Contact Me page is the only page which represents
    what it was designed
    > to
    > look like. All of the other pages contain incorrect
    spacing.
    >
    > Thanks for any input!
    >
    > B
    >

Maybe you are looking for

  • Apps lying about iPad compatibility in iTunes store

    Hi! I recently bought an app (Unicode & Emoji Universal Keyboard by iPhoneBestSoft.com) from the iTunes store that said it was compatible with iPad, but when I installed it, it is only compatible with iPod touch or iPhone. I'm pretty annoyed that I h

  • IMac G5 Wont Boot Up

    I have an iMac G5 1.9GHz (iSight) which will not boot. Dont know the prior history as was only given to me a couple of days ago. It has managed to 'boot' twice.. once getting a kernel panic & once getting to the grey apple screen, but thats it. I hav

  • Strange Bug in oracle.jbo.domain.Number

    Hi There is a strange Bug in oracle.jbo.domain.Number. Look at the following code: System.out.println(new Number("12E4"));In JDeveloper 9.0.5.3 this code prints 12000which is correct. In JDeveloper 10.1.3 this code throws an exception: java.lang.Numb

  • Disappearing mail content? (HELP!)

    I've filed my emails diligently in mail folders & suddenly I get this when looking for emails from earlier in 2006: 'The message from <me / others> concerning <subject> has not been downloaded from the server. You need to take this account online in

  • Transaction event keys

    Hi All, Could any one explain wat all accounts will hit once a subcontracting gr / third party gr is done. A early response will be appreciated. reg, chitti