1 jules213 Jul 11, 2005 10:16
3 jules213 Jul 12, 2005 10:27
good catch personman, you were spot on. i moved the </div> down the page and not only did it work, but by chance it circumnavigated an html glitch i had created to make the design work.
2 for the price of 1.
Your time, as always on forums, is appreciated.
:D
4 personman Jul 12, 2005 15:07
I'm glad we were able to track it down. Some of the credit should go to the [url=https://addons.mozilla.org/extensions/moreinfo.php?id=60]Firefox Web Developer Extension[/url]. If you don't have it already, check it out. It lets you load source in a new tab, edit CSS on the fly, overly your page with outlines of block elements and id and class labels, and a bunch of other stuff.
I think I found part of your problem. There's a div with class "bPosts" that should be wrapped around all of your posts. But the div closes after the first post. I've guessing that the </div> got put on the wrong side of a } in your _main.php file for your skin. So look for something like this:
and change it to something like this: