• So, I run my site over to the validator and what do I see??

    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.

    • (edited by me….) [a href=”http://wordpress.pocosin.com/wp-register.php”>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>”).

      Ouch. I don’t even see “Register” as on option on the page. Where do I find the text in the right column? Where is the error or where are the errors?

      http://wordpress.pocosin.com/

      C

Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s the first link under Meta on your left sidebar. I don’t know the Trident theme, but check for a sidebar.php template with it.

    By the way, after that’s dealt with you may want to upgrade to 1.5.2. Been lots of fixes since 1.5.

    Oops, beat me. You are looking for <?php wp_register(); ?> and it generates its own li so you need to make sure it is in a list. If it is by itself, just wrap in <ul> </ul>

    Thread Starter counsel

    (@counsel)

    I would upgrade, but I have taken the simply installation method and installed WordPress using the cpanel software. I’ll have to do some reading this weekend.

    Thanks,

    C

    Easy enough to upgrade over the cPanel install. cPanel or Fantastico installs are never really up to date. Just follow the instructions on upgrading….

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

The topic ‘Validator indicatees the site is NOT XHTML 1.0 Transitional or Strict’ is closed to new replies.