Help with Validating XHTML

Discussion in 'HTML & Website Design' started by drylbc, Dec 9, 2006.

  1. #1
    http://validator.w3.org/check?uri=http%3A%2F%2Fthugonline.ulmb.com%2F

    :confused: I dont understand
     
    drylbc, Dec 9, 2006 IP
  2. AntelopeSalad

    AntelopeSalad Peon

    Messages:
    85
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm no pro but I see possible problems here (pasting from the "view source" function of the validator site):

    
    # <ul>
    # <!-- START PAGES LIST -->
    # <h2>Pages</h2>
    # <ul>
    
    Code (markup):
    Here you have UL tags started, but you don't have any LI tags inside. You're making an unordered list without any list content.

    Also in that above past you don't have a closing UL tag. Lines 152-155 look ok to me (you have both an opening/closing UL as well as some LIs).

    As for line #235, you just have a lone "</ul>" tag. There's no opening UL tag. If you scroll up above all that javascript you'll see you already closed the UL tag.
     
    AntelopeSalad, Dec 9, 2006 IP
    drylbc likes this.
  3. drylbc

    drylbc Peon

    Messages:
    176
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks !!!

    im all valid now =D
     
    drylbc, Dec 9, 2006 IP