Similar Posts

5 Comments

  1. Yay for the revision progress!!

    Try this for your template.

    Where the text says this:

    body {
    width: 100%;
    margin: 20px auto;
    font-family: lucida grande, verdana, arial, sans-serif;
    text-align: center;
    background: #d5dcee;
    color: ;
    }

    See where it says “width: 100%”?

    Try making that 80%

    Your sidebar is set for 20%. With the body set for 100%, it has to jump to the bottom to get full screen width.

  2. Thanks, Jean. I tried that just now but as you can see, it still wants to go below the sidebar. I mucked with several other settings as well but nothing seemed to cure it. It seems like there is something in that code that makes it go below rather than beside? And yet it works in Internet Explore. Grr.

  3. Hmmm. I see. Maybe the #container section. I see a 100% there, too, but if the container is what everything fits inside (which it sounds like, but I’m not sure), that would be the appropriate entry. You could try it, but I’m not so sure it would help.

    I don’t see anything obvious other than those things. Sorry.

  4. Now I think I remember…I had this problem when I revised templates sometimes. It has something to do with the framing lines. I don’t remember if or how I fixed it.

Comments are closed.