logo

$12
fix 3 minor validation errors

If I go to http://validator.w3.org/ , I get these three errors for this page:
http://174.121.38.34/~alowe/


Here's a copy of the errors cited by W3.org:


Validation Output: 3 Errors

Error 1:
Line 131, Column 53: document type does not allow element "ul" here; assuming missing "li" start-tag
… <ul id="menu-top-menu" class="menu"><li id="menu-item-39" class="menu-item …


Error 2:
Line 139, Column 26: end tag for "li" omitted, but OMITTAG NO was specified
</ul> </ul>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Info:
Line 131, Column 18: start tag was here

<ul id="menu-top-menu" class="menu"><li id="menu-item-39" clas…

Error 3:
Line 320, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

Info:
Line 102, Column 2: start tag was here
<div id="outer">

c a | 03/05/11 at 12:21am | Edit


(4) Possible Answers Submitted...

  • avatar
    Last edited:
    03/05/11
    12:54am
    Nilesh shiragave says:

    Hi

    send me wp-admin / FTP login details through my profile page.. or email me at snilesh.com@gmail.com

    Previous versions of this answer: 03/05/11 at 12:28am

    • 03/05/11 12:46am

      Nilesh shiragave says:

      Please check.. all the Errors Removed..

  • avatar
    Last edited:
    03/05/11
    1:41am
    Oleg Butuzov says:

    Previous versions of this answer: 03/05/11 at 1:41am

  • avatar
    Last edited:
    03/05/11
    12:30am
    Peter Michael says:

    Error1: that UL is nested within a UL, see line 121, fixes error 2 as well.
    Error3:

    <div id="outer">
    is not closed

    • 03/05/11 12:37am

      c a says:

      yeah, I see what the validator's saying.
      I just can't seem to find where/how to fix them.
      thanks

    • 03/05/11 12:39am

      Peter Michael says:

      Send FTP login data to anyone in this thread so one can fix this for you.

    • 03/05/11 12:40am

      Peter Michael says:

      Via PM please! :)

  • avatar
    Last edited:
    03/05/11
    12:38am
    Vidyut Kale says:

    1. You have two <ul> tags back to back. Not valid. Edit your header file to find your call for the top menu and remove the <ul> and </ul> before and after it.

This question has expired.





Current status of this question: Completed