Errors found while checking this document as XHTML 1.0 Transitional!

Result: 26 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: 26 Errors

  1. Error Line 28, Column 333: required attribute "alt" not specified
    …r.jpg" style="vertical-align: top;"/></a></p>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  2. Warning Line 108, Column 68: cannot generate system identifier for general entity "rnd"
    …net/ei/3/407e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-

    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.

  3. Error Line 108, Column 68: general entity "rnd" not defined and no default entity
    …net/ei/3/407e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-

    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.

  4. Warning Line 108, Column 71: reference not terminated by REFC delimiter
    …/ei/3/407e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-pla

    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.

  5. Warning Line 108, Column 71: reference to external entity in attribute value
    …/ei/3/407e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-pla

    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;'.

  6. Error Line 108, Column 71: reference to entity "rnd" for which no system identifier could be generated
    …/ei/3/407e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-pla

    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.

  7. Info Line 108, Column 66: entity was defined here
    …g.net/ei/3/407e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="
  8. Warning Line 108, Column 194: reference not terminated by REFC delimiter
    …t/eb/3/407e/e21786d4c41108aa?o=i&rnd=$RANDOM" border=0></a></noscript>

    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.

  9. Warning Line 108, Column 194: reference to external entity in attribute value
    …t/eb/3/407e/e21786d4c41108aa?o=i&rnd=$RANDOM" border=0></a></noscript>

    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;'.

  10. Error Line 108, Column 194: reference to entity "rnd" for which no system identifier could be generated
    …t/eb/3/407e/e21786d4c41108aa?o=i&rnd=$RANDOM" border=0></a></noscript>

    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.

  11. Info Line 108, Column 66: entity was defined here
    …g.net/ei/3/407e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="
  12. Error Line 108, Column 211: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …6d4c41108aa?o=i&rnd=$RANDOM" border=0></a></noscript>

  13. Error Line 108, Column 216: end tag for "img" omitted, but OMITTAG NO was specified
    …1108aa?o=i&rnd=$RANDOM" border=0></a></noscript>

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

  14. Info Line 108, Column 96: start tag was here
    …aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-planning.net ad" src="http:/
  15. Error Line 454, Column 28: Attribute "LANGUAGE" is not a valid attribute. Did you mean "language"?
              <SCRIPT LANGUAGE=JavaScript>

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  16. Error Line 454, Column 28: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
              <SCRIPT LANGUAGE=JavaScript>

  17. Error Line 454, Column 38: element "SCRIPT" undefined. Did you mean "script"?
              <SCRIPT LANGUAGE=JavaScript>

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  18. Warning Line 617, Column 35: character "&amp;" is the first character of a delimiter but occurred as data
                  <p class="author">G & P</p>

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  19. Error Line 664, Column 32: ID "blogs-page-15" already defined
              </div></div><div id="blogs-page-15" class="page active"></div>        

    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).

  20. Info Line 614, Column 31: ID "blogs-page-15" first defined here
              </div></div><div id="blogs-page-15" class="page"><div class="blog">
  21. Error Line 675, Column 101: required attribute "alt" not specified
    …ges/temas-dia-mini.gif" border="0" /></a>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  22. Error Line 678, Column 67: required attribute "alt" not specified
    …mages/followa-mini.gif" border="0" /><a href="http://twitter.com/peru21pe"><i

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  23. Error Line 678, Column 156: required attribute "alt" not specified
    …mages/followb-mini.gif" border="0" /></a><a href="http://www.facebook.com/per

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  24. Error Line 678, Column 252: required attribute "alt" not specified
    …mages/followc-mini.gif" border="0" /></a>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  25. Error Line 108, Column 70: XML Parsing Error: EntityRef: expecting ';'
    …t/ei/3/407e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-pl

  26. Error Line 108, Column > 80: XML Parsing Error: EntityRef: expecting ';'
    …e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-planning.net…

  27. Error Line 108, Column > 80: XML Parsing Error: AttValue: " or ' expected
    …e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-planning.net…

  28. Error Line 108, Column > 80: XML Parsing Error: attributes construct error
    …e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-planning.net…

  29. Error Line 108, Column > 80: XML Parsing Error: Couldn't find end of Start Tag img line 108
    …e/e21786d4c41108aa?it=i&rnd=$RANDOM" target="_blank"><img alt="e-planning.net…

  30. Error Line 454, Column 27: XML Parsing Error: AttValue: " or ' expected
              <SCRIPT LANGUAGE=JavaScript>

  31. Error Line 454, Column 27: XML Parsing Error: attributes construct error
              <SCRIPT LANGUAGE=JavaScript>

  32. Error Line 454, Column 27: XML Parsing Error: Couldn't find end of Start Tag SCRIPT line 454
              <SCRIPT LANGUAGE=JavaScript>

  33. Error Line 458, Column 19: XML Parsing Error: Opening and ending tag mismatch: div line 452 and SCRIPT
              </SCRIPT>

  34. Error Line 617, Column 35: XML Parsing Error: xmlParseEntityRef: no name
                  <p class="author">G & P</p>

  35. Error Line 722, Column 6: XML Parsing Error: Opening and ending tag mismatch: body line 26 and div
    </div>

  36. Error Line 800, Column 7: XML Parsing Error: Opening and ending tag mismatch: html line 2 and body
    </body>

↑ Top