I 've made a few change on my blog's temple and it is all mess up now...i don't know anything about CSS..i did some search in google but still can't fix it.. here is the URL www.nightbanquet.com Guy, please give me a helping hand!!!
OK, revert to your backup copy. Then tell us what you're trying to accomplish and what, exactly, you did. cheers, gary
Find the line with: <li><a href="www.nightbanquet.com/link.html>link</a><br></li> You forgot the " at the end of the URL. Change it to: <li><a href="www.nightbanquet.com/link.html">link</a><br></li> No guarantees, but try it anyway. Good luck Edit (addition): Basically what's happening is the following lines aren't being read, because it thinks it's still reading the URL until it hits the next quote: </ul> </div> <!-- End #sidebar --> <!-- Begin #main - Contains main-column blog content --> <div id=" These divs not being read are probably what's screwing up the layout.