Ok guys, something is wrong site. It says I have some div tags open, but I can't figure out how to fix it. http://readbtl.com/ there is the site. As you can see the side bar is at the bottom, and inside the main content box. here is the w3 validation results with errors. I have tried closing them in different places several times, but nothing works. and if one thing works for the home page, it screws up the rest of my pages. I only know enough html to get me into trouble Any help would be greatly appreciated.
It's hard to say without really looking at the source code, but the validation check gives you the lines where the errors are.
I mean, the source code is listed below the validation errors, or you can just go to my site and view source code
Looks like your "wrap" and "content" DIVs are not closed. Add two closing DIV tags just above the html comment that reads "the main column ends". That should fix it.
y0, i checked the code with firebug and there are 4 unclosed div tags: 1. #body-container 2. #wrap 3. #content 4 (div class).postpacker look in the wordpress files and try to close those tags.
What I'd do is print out the source and use a pencil to go through and cross out the divs that are opening and closing each other... find the one that doesn't close.