FYF has a problem in its template... several. And for the life of my I can't find them or how to fix them. So if anyone would like to try and fix it, Id be much obliged.
Just leave a comment or something so I can give you access to the templates. And if your worried about screwing them up, don't because I'm saving them.
T'anks (in advanced)
UPDATE Thanks Madfish, but while I solved a few problems I'm noticing more... And those are leaving me even more clueless...
Posted by Mookie at May 25, 2004 09:37 PMI've looked at your site. What exactly is it you want done... besides the right column being moved up?
Posted by Madfish Willie at May 25, 2004 11:11 PMI need the individual/catagory/date archives fixed. Their all funky and I have no clue why.
Posted by M 0.o kie at May 25, 2004 11:13 PMI don't know if this would make a difference but you might try this in your Main Index:
Take the space out before the closing quote tags in these divs...
<div id="centercontent ">
<div id="rightcontent ">
It looks like you have too many close div tags under the close MTEntries tag. There usually are only two and I see four in your source code. I don't know if the extra ones are affecting the rest of the page or not.
Posted by Madfish Willie at May 25, 2004 11:33 PMYour Monthly Archives has this tag:
<div id="container">
However, your CSS doesn't have an #container to control it.
Your Individual Archives are funky becase the .blogbody has a left margin inside the #centercontent.
.blogbody {
width: 450px;
margin-left: 215px;