Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

fix 3 minor validation errors WordPress

  • SOLVED

If I go to [[LINK href="http://validator.w3.org/"]]http://validator.w3.org/[[/LINK]] , I get these three errors for this page:
[[LINK href="http://174.121.38.34/~alowe/"]]http://174.121.38.34/~alowe/[[/LINK]]


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

<blockquote>
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">
</blockquote>

Answers (4)

2011-03-05

Nilesh shiragave answers:

Hi

send me wp-admin / FTP login details through my profile page.. or email me at [email protected]


Nilesh shiragave comments:

Please check.. all the Errors Removed..

2011-03-05

Oleg Butuzov answers:

2011-03-05

Peter Michael answers:

Error1: that UL is nested within a UL, see line 121, fixes error 2 as well.
Error3: <div id="outer"> is not closed


c a comments:

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


Peter Michael comments:

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


Peter Michael comments:

Via PM please! :)

2011-03-05

Vidyut Kale answers:

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.