Errors found while checking this document as XHTML 1.0 Transitional!

Result: 22 Errors, 6 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 22 Errors

  1. Error Line 35, Column 10: ID "navipad" already defined.
    <span id="navipad"><a href="/submit.php" title="Submit Listing" rel="nofollow">S

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  2. Info Line 34, Column 10: ID "navipad" first defined here.
    <span id="navipad"><a href="http://www.lobolinks.com/" title="Web Directory">Web
  3. Error Line 36, Column 10: ID "navipad" already defined.
    <span id="navipad"><a href="http://www.lobolinks.com/top-hits.html" title="Popul

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  4. Info Line 34, Column 10: ID "navipad" first defined here.
    <span id="navipad"><a href="http://www.lobolinks.com/" title="Web Directory">Web
  5. Error Line 37, Column 10: ID "navipad" already defined.
    <span id="navipad"><a href="http://www.lobolinks.com/latest-links.html" title="L

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  6. Info Line 34, Column 10: ID "navipad" first defined here.
    <span id="navipad"><a href="http://www.lobolinks.com/" title="Web Directory">Web
  7. Error Line 38, Column 10: ID "navipad" already defined.
    <span id="navipad"><a href="http://www.lobolinks.com/blog/" title="Blog">Blog</a

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  8. Info Line 34, Column 10: ID "navipad" first defined here.
    <span id="navipad"><a href="http://www.lobolinks.com/" title="Web Directory">Web
  9. Error Line 39, Column 10: ID "navipad" already defined.
    <span id="navipad"><a href="http://www.lobolinks.com/affiliates/" title="Affilia

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  10. Info Line 34, Column 10: ID "navipad" first defined here.
    <span id="navipad"><a href="http://www.lobolinks.com/" title="Web Directory">Web
  11. Error Line 73, Column 4: end tag for "td" omitted, but OMITTAG NO was specified.
    </tr></table>

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

  12. Info Line 68, Column 5: start tag was here.
    </td><td width="33%"><img src="/templates/LoboLinks/images/cats/folder.png" widt
  13. Error Line 76, Column 9: ID "sinside" already defined.
    <div id="sinside">

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  14. Info Line 56, Column 9: ID "sinside" first defined here.
    <div id="sinside">
  15. Warning Line 79, Column 108: cannot generate system identifier for general entity "align".
    …ntent/plugins/tse/js.php?type=banner&align=center&zone=1'></script>

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  16. Error Line 79, Column 108: general entity "align" not defined and no default entity.
    …ntent/plugins/tse/js.php?type=banner&align=center&zone=1'></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  17. Warning Line 79, Column 113: reference not terminated by REFC delimiter.
    …/plugins/tse/js.php?type=banner&align=center&zone=1'></script>

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  18. Warning Line 79, Column 113: reference to external entity in attribute value.
    …/plugins/tse/js.php?type=banner&align=center&zone=1'></script>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  19. Error Line 79, Column 113: reference to entity "align" for which no system identifier could be generated.
    …/plugins/tse/js.php?type=banner&align=center&zone=1'></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  20. Info Line 79, Column 107: entity was defined here.
    …ontent/plugins/tse/js.php?type=banner&align=center&zone=1'></script>
  21. Warning Line 79, Column 121: cannot generate system identifier for general entity "zone".
    …/tse/js.php?type=banner&align=center&zone=1'></script>

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  22. Error Line 79, Column 121: general entity "zone" not defined and no default entity.
    …/tse/js.php?type=banner&align=center&zone=1'></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  23. Warning Line 79, Column 125: reference not terminated by REFC delimiter.
    …/js.php?type=banner&align=center&zone=1'></script>

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  24. Warning Line 79, Column 125: reference to external entity in attribute value.
    …/js.php?type=banner&align=center&zone=1'></script>

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  25. Error Line 79, Column 125: reference to entity "zone" for which no system identifier could be generated.
    …/js.php?type=banner&align=center&zone=1'></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  26. Info Line 79, Column 120: entity was defined here.
    …s/tse/js.php?type=banner&align=center&zone=1'></script>
  27. Error Line 81, Column 9: ID "sinside" already defined.
    <div id="sinside">

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  28. Info Line 56, Column 9: ID "sinside" first defined here.
    <div id="sinside">
  29. Error Line 110, Column 9: ID "sinside" already defined.
    <div id="sinside">

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  30. Info Line 56, Column 9: ID "sinside" first defined here.
    <div id="sinside">
  31. Error Line 139, Column 9: ID "sinside" already defined.
    <div id="sinside">

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  32. Info Line 56, Column 9: ID "sinside" first defined here.
    <div id="sinside">
  33. Error Line 143, Column 5: end tag for "td" omitted, but OMITTAG NO was specified.
    </div>

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

  34. Info Line 142, Column 5: start tag was here.
    </td><td width="80%"><div align="left">We always appreciate more customer feedba
  35. Error Line 143, Column 5: end tag for "tr" omitted, but OMITTAG NO was specified.
    </div>

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

  36. Info Line 140, Column 20: start tag was here.
    <table width="100%"><tr><td width="30%" align="center">
  37. Error Line 143, Column 5: end tag for "table" omitted, but OMITTAG NO was specified.
    </div>

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

  38. Info Line 140, Column 0: start tag was here.
    <table width="100%"><tr><td width="30%" align="center">
  39. Error Line 144, Column 4: end tag for element "td" which is not open.
    </td></tr></table>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  40. Error Line 144, Column 9: end tag for element "tr" which is not open.
    </td></tr></table>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  41. Error Line 144, Column 17: end tag for element "table" which is not open.
    </td></tr></table>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  42. Error Line 147, Column 17: end tag for element "div" which is not open.
    </div></div></div></div><div id="bottom"><div id="footerlinks">&copy; Lobo Links

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  43. Error Line 147, Column 23: end tag for element "div" which is not open.
    </div></div></div></div><div id="bottom"><div id="footerlinks">&copy; Lobo Links

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

↑ Top