Errors found while checking this document as XHTML 1.0 Transitional!

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

  1. Error Line 16, Column 11: document type does not allow element "a" here; assuming missing "object" start-tag
    <a href=""><span style="display:none !important;"></span></a><script type="text…

  2. Error Line 17, Column 60: character ";" not allowed in attribute specification list
    …tion(){for(i=0;i<document.forms.length;i++){if(document.forms[i].method=='post…

  3. Error Line 17, Column 60: element "document.forms.length" undefined
    …tion(){for(i=0;i<document.forms.length;i++){if(document.forms[i].method=='post…

    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).
  4. Error Line 17, Column 316: end tag for "document.forms.length" omitted, but OMITTAG NO was specified
    …627738790 128.30.52.73';document.forms[i].appendChild(myElement);}}});</script>

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

  5. Info Line 17, Column 38: start tag was here
    bb2_addLoadEvent(function(){for(i=0;i<document.forms.length;i++){if(document.fo…
  6. Error Line 19, Column 68: document type does not allow element "link" here
    	<link rel="canonical" href="http://digistump.com/board/index.php"/>

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  7. Error Line 20, Column 75: document type does not allow element "link" here
    	<link rel="help" href="http://digistump.com/board/index.php?action=help"/>

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  8. Error Line 21, Column 79: document type does not allow element "link" here
    	<link rel="search" href="http://digistump.com/board/index.php?action=search"/>

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  9. Error Line 22, Column 67: document type does not allow element "link" here
    	<link rel="contents" href="http://digistump.com/board/index.php"/>

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  10. Error Line 23, Column 147: document type does not allow element "link" here
    …board/index.php?type=rss;action=.xml"/><script src="https://www.google.com/rec…

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  11. Error Line 23, Column 201: required attribute "type" not specified
    …s;action=.xml"/><script src="https://www.google.com/recaptcha/api.js"></script>

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

  12. Error Line 24, Column 127: document type does not allow element "link" here
    …ptcha_css" href="http://digistump.com/board/Themes/default/css/recaptcha.css"/>

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  13. Error Line 25, Column 7: end tag for "object" omitted, but OMITTAG NO was specified
    </head>

    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 16, Column 1: start tag was here
    <a href=""><span style="display:none !important;"></span></a><script type="text…
  15. Error Line 651, Column 62: document type does not allow element "span" here; assuming missing "li" start-tag
    …5px;font-size:1.1em;font-weight:bold;"><a href="/">Back to Digistump.com</a></…

  16. Error Line 651, Column 111: end tag for "br" omitted, but OMITTAG NO was specified
    …e:1.1em;font-weight:bold;"><a href="/">Back to Digistump.com</a></span><br><br>

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

  17. Info Line 651, Column 107: start tag was here
    …e:1.1em;font-weight:bold;"><a href="/">Back to Digistump.com</a></span><br><br>
  18. Error Line 651, Column 115: end tag for "br" omitted, but OMITTAG NO was specified
    …e:1.1em;font-weight:bold;"><a href="/">Back to Digistump.com</a></span><br><br>

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

  19. Info Line 651, Column 111: start tag was here
    …e:1.1em;font-weight:bold;"><a href="/">Back to Digistump.com</a></span><br><br>
  20. Error Line 653, Column 32: end tag for "br" omitted, but OMITTAG NO was specified
    		&copy; 2013 Digistump LLC<br>

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

  21. Info Line 653, Column 28: start tag was here
    		&copy; 2013 Digistump LLC<br>
  22. Error Line 654, Column 25: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    			<li class="copyright">Powered by 

    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 "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  23. Error Line 658, Column 7: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    			<li><a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" ta…

    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 "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  24. Error Line 659, Column 7: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    			<li><a id="button_rss" href="http://digistump.com/board/index.php?action=.xm…

    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 "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  25. Error Line 660, Column 20: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    			<li class="last"><a id="button_wap2" href="http://digistump.com/board/index.…

    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 "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  26. Error Line 661, Column 7: end tag for "li" omitted, but OMITTAG NO was specified
    		</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 ">".

  27. Info Line 651, Column 3: start tag was here
    		<span style="padding:5px;font-size:1.1em;font-weight:bold;"><a href="/">Back …

↑ Top