Viewing 7 replies - 1 through 7 (of 7 total)
  • I ran your HTML through a validator and a lot of errors popped up. The one that is specifically causing your problem happens in your “Party Girl” post. You have a malformed tag at line 174:

    <div style="text-align: center;" />

    It’s creating an open ended <div> that causes your sidebar to fall into your <div id="leftcol"> instead of your <div id="content">. Since I think you’re trying to close the <div> above it, change that tag in your post to </div>.

    It’s also wise to download the Web Developers’ Toolbar for Firefox. It will help you troubleshoot any problems you have on your blog.

    Here are the results of your page validation. I would seriously consider correcting all the errors on the page so it validates (if your HTML is invalid, IE7 defaults into quirks mode which will always cause problems with your site in IE7).

    Did you attempt to repair your issue via those threads?

    Generally speaking, if the sidebar drops to the bottom it is an image issue within a post. Or your Sidebar.

    Either way, the image is too wide to fix the container in which it sits.

    Not only is your sidebar falling into that wayward <div>, but so are your subsequent posts and your footer.

    Let me know if this fixes your issue.

    Thread Starter jts424

    (@jts424)

    Katgirl,
    I tried to remove each of the posts individually, putting them to draft. nothing seemed to work, so I could not tell which of the posts was causing the problem.
    Also, those other threads had very specific solutions to the problems posted.
    Latest attempt I’ve been trying is to validate the XHTML iva the W3C XHTML Validation Service. Found errors…trying to fix them now.

    Any other thoughts?

    Your sidebar is in the correct place now. Glad to have helped. ??

    Don’t forget to fix the other HTML errors on your page. If you need help, let me know.

    Thread Starter jts424

    (@jts424)

    sidebar was fixed once I fixed the post which had pictures out too wide. Now about those HTML errors…they seem to be automatically caused by the rich text editor in wordpress. Should I manually fix the html in each post? How would I edit the overall page, all at once?

    I would suggest opening the validation page in one window and having the post editor open in another and go through each, one by one. It may take some time, but the results will be worth it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sidebar at bottom of blog’ is closed to new replies.