I need help with my blogger site.

Discussion in 'CSS' started by ahkip, Mar 22, 2006.

  1. #1
    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!!!
     
    ahkip, Mar 22, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    OK, revert to your backup copy. Then tell us what you're trying to accomplish and what, exactly, you did.

    cheers,

    gary
     
    kk5st, Mar 22, 2006 IP
  3. jdi_knght

    jdi_knght Peon

    Messages:
    117
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    jdi_knght, Mar 22, 2006 IP