Many thanks to David of Rishon Rishon, who gave up his precious time to help me out of my fix. As you can see, the blog is back looking the way it should.
I really appreciate this David...Thank you so very much...
Posted by Rachel Ann at June 26, 2006 01:59 PM | TrackBackIt was a pleasure! (In a kind of masochistic way...)
There were actually two problems, the first was that there were lots of incorrect div elements (i.e. <div> elements without corresponding </div> elements) in the template. After I cleaned that up it still didn't work! Then I realized that there was an unmatched div in one of the posts. When I took that out it worked.
The lesson: If you use markup in your post, make sure that it's correct!
Posted by David Boxenhorn at June 27, 2006 07:43 AMYeah, screwing up the markup in a post can ruin your whole day.
I've put a BBCode parser in Minx. Guaranteed nasty-proof! Automatic tag balancing!
Posted by Pixy Misa at June 27, 2006 07:45 AMThe comments in Minx already have automatic tag-balancing.
Unfortunately, it was balancing <br> tags too.
That didn't work so well.