• I have an error on my site (http://wordpress.pocosin.com/) that makes the validator say:

    This page is not Valid XHTML 1.0 Strict!

    Below are the results of checking this document for XML well-formedness and validity.

    1. Error Line 129 column 9: document type does not allow element “li” here; missing one of “ul”, “ol” start-tag.

    • Register</l
      The mentioned element is not allowed to appear in the context in which you’ve placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you’ve forgotten to close a previous element.

      One possible cause for this message is that you have attempted to put a block-level element (such as “” or “<table>”) inside an inline element (such as ““, “<span>”, or “<font>”).

      Now, will anyone sugget how I could fix this error? I would appreciate the help.

      C

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is a duplicate topic:
    http://wordpress.org/support/topic/42913

    Thread Starter counsel

    (@counsel)

    Why, yes it is. But since I don’t know how to delete a post I wanted to ask the question in the correct area…

    When I view the page source, I see the double [li][li][a href=….][/li][/li] (search for register).

    However, I am a php newb and don’t know where the index.php page gets that information.

    Anyone willing to point me in the right direction?

    Thanks.

    C

    But since I don’t know how to delete a post

    You cannot delete posts here. That’s why I provided the link to the other thread—so others do not reply to this one…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error on site’ is closed to new replies.