Errors found while checking this document as HTML 4.01 Transitional!

Result: 199 Errors, 73 warning(s)
:
: iso-8859-1
: HTML 4.01 Transitional
Root Element: html
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Warning DOCTYPE Override in effect!

    The detected DOCTYPE Declaration "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" has been suppressed and the DOCTYPE for "HTML 4.01 Transitional" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.

↑ Top

Validation Output: 199 Errors

  1. Error Line 2, Column 10: there is no attribute "ID"
    <html id="moooo" dir="ltr" lang="en">

    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.

  2. Warning Line 6, Column 73: NET-enabling start-tag requires SHORTTAG YES
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  3. Warning Line 7, Column 50: NET-enabling start-tag requires SHORTTAG YES
    <meta name="generator" content="vBulletin 3.6.4" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  4. Error Line 7, Column 50: document type does not allow element "META" here
    <meta name="generator" content="vBulletin 3.6.4" />

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

  5. Warning Line 10, Column 141: NET-enabling start-tag requires SHORTTAG YES
    …s,high school,engineers,students,inspiration,science,technology,frc,fvc,fll" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  6. Error Line 10, Column 141: document type does not allow element "META" here
    …s,high school,engineers,students,inspiration,science,technology,frc,fvc,fll" />

    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. Warning Line 11, Column 111: NET-enabling start-tag requires SHORTTAG YES
    …"This is a discussion forum used to discuss the FIRST Robotics Competition." />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  8. Error Line 11, Column 111: document type does not allow element "META" here
    …"This is a discussion forum used to discuss the FIRST Robotics Competition." />

    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 16, Column 27: there is no attribute "ID"
    <style type="text/css" id="vbulletin_css">

    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.

  10. Error Line 16, Column 42: document type does not allow element "STYLE" here
    <style type="text/css" id="vbulletin_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).

  11. Warning Line 538, Column 118: NET-enabling start-tag requires SHORTTAG YES
    …rss+xml" title="Chief Delphi RSS Feed" href="/forums/external.php?type=RSS2" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  12. Error Line 538, Column 118: document type does not allow element "LINK" here
    …rss+xml" title="Chief Delphi RSS Feed" href="/forums/external.php?type=RSS2" />

    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 543, Column 54: required attribute "TYPE" not specified
    <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>.

  14. Error Line 546, Column 30: required attribute "TYPE" not specified
    <script language="JavaScript">

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

  15. Error Line 573, Column 7: end tag for element "HEAD" which is not open
    </head>

    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.

  16. Error Line 574, Column 47: document type does not allow element "BODY" here
    <body onload="javascript:tabToggle('thread');">

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

  17. Warning Line 607, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  18. Warning Line 625, Column 207: NET-enabling start-tag requires SHORTTAG YES
    …_old.gif" border="0" alt="Go to Post" /></a> Mentor:  How is that held in plac…

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  19. Warning Line 632, Column 176: NET-enabling start-tag requires SHORTTAG YES
    …c="/graphics/cdlogo.phoenix.jpg" border="0" alt="Home" title="Home" /></a></td>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  20. Warning Line 637, Column 136: NET-enabling start-tag requires SHORTTAG YES
    …rc="/forums/images/misc/navbits_start.gif" alt="Go Back" border="0" /></a></td>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  21. Warning Line 642, Column 210: NET-enabling start-tag requires SHORTTAG YES
    …s/misc/navbits_finallink.gif" alt="Reload this Page" border="0" /></a> <strong>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  22. Warning Line 661, Column 228: NET-enabling start-tag requires SHORTTAG YES
    …e="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  23. Warning Line 662, Column 194: NET-enabling start-tag requires SHORTTAG YES
    …index="103" id="cb_cookieuser_navbar" accesskey="c" />Remember Me?</label></td>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  24. Warning Line 666, Column 142: NET-enabling start-tag requires SHORTTAG YES
    … name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  25. Warning Line 667, Column 226: NET-enabling start-tag requires SHORTTAG YES
    … the 'register' button to create a profile for yourself." accesskey="s" /></td>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  26. Warning Line 670, Column 74: NET-enabling start-tag requires SHORTTAG YES
    		<input type="hidden" name="s" value="fb9d5b40a978e8c1185fd932d9f75c24" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  27. Warning Line 671, Column 48: NET-enabling start-tag requires SHORTTAG YES
    		<input type="hidden" name="do" value="login" />		

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  28. Warning Line 672, Column 52: NET-enabling start-tag requires SHORTTAG YES
    		<input type="hidden" name="vb_login_md5password" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  29. Warning Line 673, Column 56: NET-enabling start-tag requires SHORTTAG YES
    		<input type="hidden" name="vb_login_md5password_utf" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  30. Warning Line 747, Column 161: NET-enabling start-tag requires SHORTTAG YES
    …iefDelphi_Jan0312_400x75.jpg" alt="Innovation First International, Inc." /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  31. Warning Line 759, Column 136: NET-enabling start-tag requires SHORTTAG YES
    …3"><img src="/banners/ad5549cea035ab699895ae277b917325.gif" alt="Delphi" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  32. Warning Line 762, Column 29: NET-enabling start-tag requires SHORTTAG YES
       <br style="clear: both;" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  33. Warning Line 787, Column 215: NET-enabling start-tag requires SHORTTAG YES
    …border="0" title="CAD Crash World Record?" alt="CAD Crash World Record?" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  34. Warning Line 788, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  35. Warning Line 793, Column 199: NET-enabling start-tag requires SHORTTAG YES
    …be9e6309_s.jpg" border="0" title="Team 935 Week 3" alt="Team 935 Week 3" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  36. Warning Line 794, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  37. Warning Line 799, Column 211: NET-enabling start-tag requires SHORTTAG YES
    …pg" border="0" title="WIP electronics board" alt="WIP electronics board" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  38. Warning Line 800, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  39. Warning Line 805, Column 221: NET-enabling start-tag requires SHORTTAG YES
    …="0" title="Inventor Practice Progress" alt="Inventor Practice Progress" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  40. Warning Line 806, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  41. Warning Line 811, Column 225: NET-enabling start-tag requires SHORTTAG YES
    … title="Team 3495 Climbing Mechanism" alt="Team 3495 Climbing Mechanism" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  42. Warning Line 812, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  43. Warning Line 817, Column 211: NET-enabling start-tag requires SHORTTAG YES
    …pg" border="0" title="Ragnarok Teaser (701)" alt="Ragnarok Teaser (701)" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  44. Warning Line 818, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  45. Warning Line 823, Column 195: NET-enabling start-tag requires SHORTTAG YES
    …29a79fc960f9_s.jpg" border="0" title="Week 3 Update" alt="Week 3 Update" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  46. Warning Line 824, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  47. Warning Line 829, Column 215: NET-enabling start-tag requires SHORTTAG YES
    …border="0" title="OM5P-AC Radio Enclosure" alt="OM5P-AC Radio Enclosure" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  48. Warning Line 830, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  49. Warning Line 835, Column 215: NET-enabling start-tag requires SHORTTAG YES
    …border="0" title="OM5P-AC Radio Enclosure" alt="OM5P-AC Radio Enclosure" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  50. Warning Line 836, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  51. Warning Line 841, Column 195: NET-enabling start-tag requires SHORTTAG YES
    …dbd3e6921407_s.jpg" border="0" title="Week 3 Teaser" alt="Week 3 Teaser" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  52. Warning Line 842, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  53. Warning Line 847, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …W 2017: 6-inch Corner Bumper..." alt="NEW 2017: 6-inch Corner Bumper..." /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  54. Warning Line 848, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  55. Warning Line 853, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …W 2017: 6-inch Corner Bumper..." alt="NEW 2017: 6-inch Corner Bumper..." /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  56. Warning Line 854, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  57. Warning Line 859, Column 221: NET-enabling start-tag requires SHORTTAG YES
    …="0" title="Strategy Scenarios Summary" alt="Strategy Scenarios Summary" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  58. Warning Line 860, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  59. Warning Line 865, Column 189: NET-enabling start-tag requires SHORTTAG YES
    …e80ad017b6ebb3ffa8_s.jpg" border="0" title="2017 Robot" alt="2017 Robot" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  60. Warning Line 866, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  61. Warning Line 871, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …ughbox Mini Bound Up On AM14..." alt="Toughbox Mini Bound Up On AM14..." /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  62. Warning Line 872, Column 11: NET-enabling start-tag requires SHORTTAG YES
          <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  63. Warning Line 878, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br /><br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" w…

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  64. Warning Line 878, Column 11: NET-enabling start-tag requires SHORTTAG YES
    <br /><br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" w…

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  65. Warning Line 883, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  66. Warning Line 889, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  67. Warning Line 895, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  68. Warning Line 901, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br /><br /><br /><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  69. Warning Line 901, Column 11: NET-enabling start-tag requires SHORTTAG YES
    <br /><br /><br /><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  70. Warning Line 901, Column 17: NET-enabling start-tag requires SHORTTAG YES
    <br /><br /><br /><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  71. Warning Line 901, Column 23: NET-enabling start-tag requires SHORTTAG YES
    <br /><br /><br /><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  72. Warning Line 902, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  73. Warning Line 910, Column 71: NET-enabling start-tag requires SHORTTAG YES
    …There are no recent announcements.<br />View the <a href="/forums/forumdisplay…

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  74. Warning Line 916, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  75. Warning Line 946, Column 164: NET-enabling start-tag requires SHORTTAG YES
    …if" alt="Mark Forums Read" border="0" /></a>&nbsp;Recent Activity</div><div st…

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  76. Error Line 946, Column 238: end tag for "DIV" omitted, but its declaration does not permit this
    …></a>&nbsp;Recent Activity</div><div style="float: right;">threads | </td></tr>

    • You forgot to close a tag, or
    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

  77. Info Line 946, Column 197: start tag was here
    …="0" /></a>&nbsp;Recent Activity</div><div style="float: right;">threads | </t…
  78. Warning Line 967, Column 34: cannot generate system identifier for general entity "goto"
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…

    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.

  79. Error Line 967, Column 34: general entity "goto" not defined and no default entity
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…

    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.

  80. Error Line 967, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…

    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.

  81. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  82. Warning Line 967, Column 47: cannot generate system identifier for general entity "threadid"
    … href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/button…

    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.

  83. Error Line 967, Column 47: general entity "threadid" not defined and no default entity
    … href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/button…

    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.

  84. Error Line 967, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154557"><img src="images/buttons/firstn…

    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.

  85. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  86. Error Line 967, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  87. Error Line 971, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154568"><img src="images…

    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.

  88. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  89. Error Line 971, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154568"><img src="images/buttons/firstn…

    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.

  90. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  91. Error Line 971, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  92. Error Line 981, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154479"><img src="images…

    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.

  93. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  94. Error Line 981, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154479"><img src="images/buttons/firstn…

    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.

  95. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  96. Error Line 981, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  97. Error Line 985, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154536"><img src="images…

    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.

  98. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  99. Error Line 985, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154536"><img src="images/buttons/firstn…

    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.

  100. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  101. Error Line 985, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  102. Error Line 991, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154566"><img src="images…

    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.

  103. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  104. Error Line 991, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154566"><img src="images/buttons/firstn…

    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.

  105. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  106. Error Line 991, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  107. Error Line 1037, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=148963"><img src="images…

    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.

  108. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  109. Error Line 1037, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=148963"><img src="images/buttons/firstn…

    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.

  110. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  111. Error Line 1037, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  112. Error Line 1046, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154559"><img src="images…

    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.

  113. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  114. Error Line 1046, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154559"><img src="images/buttons/firstn…

    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.

  115. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  116. Error Line 1046, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  117. Error Line 1066, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153709"><img src="images…

    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.

  118. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  119. Error Line 1066, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153709"><img src="images/buttons/firstn…

    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.

  120. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  121. Error Line 1066, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  122. Error Line 1074, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154567"><img src="images…

    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.

  123. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  124. Error Line 1074, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154567"><img src="images/buttons/firstn…

    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.

  125. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  126. Error Line 1074, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  127. Error Line 1082, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154525"><img src="images…

    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.

  128. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  129. Error Line 1082, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154525"><img src="images/buttons/firstn…

    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.

  130. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  131. Error Line 1082, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  132. Error Line 1105, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153415"><img src="images…

    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.

  133. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  134. Error Line 1105, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153415"><img src="images/buttons/firstn…

    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.

  135. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  136. Error Line 1105, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  137. Error Line 1130, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154565"><img src="images…

    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.

  138. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  139. Error Line 1130, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154565"><img src="images/buttons/firstn…

    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.

  140. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  141. Error Line 1130, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  142. Error Line 1144, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154456"><img src="images…

    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.

  143. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  144. Error Line 1144, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154456"><img src="images/buttons/firstn…

    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.

  145. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  146. Error Line 1144, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  147. Error Line 1148, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153674"><img src="images…

    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.

  148. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  149. Error Line 1148, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153674"><img src="images/buttons/firstn…

    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.

  150. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  151. Error Line 1148, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  152. Error Line 1158, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154528"><img src="images…

    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.

  153. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  154. Error Line 1158, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154528"><img src="images/buttons/firstn…

    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.

  155. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  156. Error Line 1158, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  157. Error Line 1167, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154539"><img src="images…

    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.

  158. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  159. Error Line 1167, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154539"><img src="images/buttons/firstn…

    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.

  160. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  161. Error Line 1167, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  162. Error Line 1175, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154516"><img src="images…

    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.

  163. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  164. Error Line 1175, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154516"><img src="images/buttons/firstn…

    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.

  165. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  166. Error Line 1175, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  167. Error Line 1185, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154546"><img src="images…

    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.

  168. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  169. Error Line 1185, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154546"><img src="images/buttons/firstn…

    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.

  170. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  171. Error Line 1185, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  172. Error Line 1189, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154534"><img src="images…

    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.

  173. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  174. Error Line 1189, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154534"><img src="images/buttons/firstn…

    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.

  175. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  176. Error Line 1189, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  177. Error Line 1214, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154443"><img src="images…

    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.

  178. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  179. Error Line 1214, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154443"><img src="images/buttons/firstn…

    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.

  180. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  181. Error Line 1214, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  182. Error Line 1226, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154564"><img src="images…

    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.

  183. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  184. Error Line 1226, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154564"><img src="images/buttons/firstn…

    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.

  185. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  186. Error Line 1226, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  187. Error Line 1230, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154190"><img src="images…

    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.

  188. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  189. Error Line 1230, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154190"><img src="images/buttons/firstn…

    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.

  190. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  191. Error Line 1230, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  192. Error Line 1238, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154500"><img src="images…

    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.

  193. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  194. Error Line 1238, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154500"><img src="images/buttons/firstn…

    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.

  195. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  196. Error Line 1238, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  197. Error Line 1242, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=44654"><img src="images/…

    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.

  198. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  199. Error Line 1242, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=44654"><img src="images/buttons/firstne…

    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.

  200. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  201. Error Line 1242, Column 156: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  202. Error Line 1246, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154549"><img src="images…

    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.

  203. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  204. Error Line 1246, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154549"><img src="images/buttons/firstn…

    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.

  205. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  206. Error Line 1246, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  207. Error Line 1262, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154474"><img src="images…

    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.

  208. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  209. Error Line 1262, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154474"><img src="images/buttons/firstn…

    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.

  210. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  211. Error Line 1262, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  212. Error Line 1267, Column 21: non SGML character number 146
    [QUOTE]This week, we’re featuring Adrienne Emerson, an important mentor to many…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  213. Error Line 1267, Column 181: non SGML character number 146
    …high school when she joined her school’s robotics team. She has been hooked ev…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  214. Error Line 1276, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154555"><img src="images…

    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.

  215. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  216. Error Line 1276, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154555"><img src="images/buttons/firstn…

    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.

  217. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  218. Error Line 1276, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  219. Error Line 1280, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154484"><img src="images…

    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.

  220. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  221. Error Line 1280, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154484"><img src="images/buttons/firstn…

    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.

  222. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  223. Error Line 1280, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  224. Error Line 1290, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154497"><img src="images…

    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.

  225. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  226. Error Line 1290, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154497"><img src="images/buttons/firstn…

    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.

  227. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  228. Error Line 1290, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  229. Error Line 1295, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154211"><img src="images…

    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.

  230. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  231. Error Line 1295, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154211"><img src="images/buttons/firstn…

    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.

  232. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  233. Error Line 1295, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  234. Error Line 1307, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154308"><img src="images…

    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.

  235. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  236. Error Line 1307, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154308"><img src="images/buttons/firstn…

    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.

  237. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  238. Error Line 1307, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  239. Error Line 1332, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154522"><img src="images…

    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.

  240. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  241. Error Line 1332, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154522"><img src="images/buttons/firstn…

    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.

  242. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  243. Error Line 1332, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  244. Error Line 1336, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154495"><img src="images…

    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.

  245. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  246. Error Line 1336, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154495"><img src="images/buttons/firstn…

    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.

  247. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  248. Error Line 1336, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  249. Error Line 1358, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154128"><img src="images…

    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.

  250. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  251. Error Line 1358, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154128"><img src="images/buttons/firstn…

    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.

  252. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  253. Error Line 1358, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  254. Error Line 1362, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153264"><img src="images…

    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.

  255. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  256. Error Line 1362, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153264"><img src="images/buttons/firstn…

    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.

  257. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  258. Error Line 1362, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  259. Error Line 1366, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153355"><img src="images…

    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.

  260. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  261. Error Line 1366, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153355"><img src="images/buttons/firstn…

    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.

  262. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  263. Error Line 1366, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  264. Error Line 1370, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154432"><img src="images…

    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.

  265. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  266. Error Line 1370, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154432"><img src="images/buttons/firstn…

    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.

  267. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  268. Error Line 1370, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  269. Error Line 1376, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154514"><img src="images…

    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.

  270. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  271. Error Line 1376, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154514"><img src="images/buttons/firstn…

    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.

  272. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  273. Error Line 1376, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  274. Error Line 1382, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154419"><img src="images…

    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.

  275. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  276. Error Line 1382, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154419"><img src="images/buttons/firstn…

    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.

  277. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  278. Error Line 1382, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  279. Error Line 1392, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154434"><img src="images…

    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.

  280. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  281. Error Line 1392, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154434"><img src="images/buttons/firstn…

    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.

  282. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  283. Error Line 1392, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  284. Error Line 1413, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154535"><img src="images…

    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.

  285. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  286. Error Line 1413, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154535"><img src="images/buttons/firstn…

    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.

  287. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  288. Error Line 1413, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  289. Error Line 1417, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154529"><img src="images…

    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.

  290. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  291. Error Line 1417, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154529"><img src="images/buttons/firstn…

    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.

  292. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  293. Error Line 1417, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  294. Error Line 1429, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154458"><img src="images…

    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.

  295. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  296. Error Line 1429, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154458"><img src="images/buttons/firstn…

    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.

  297. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  298. Error Line 1429, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  299. Error Line 1466, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154489"><img src="images…

    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.

  300. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  301. Error Line 1466, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154489"><img src="images/buttons/firstn…

    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.

  302. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  303. Error Line 1466, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  304. Error Line 1482, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153072"><img src="images…

    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.

  305. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  306. Error Line 1482, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153072"><img src="images/buttons/firstn…

    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.

  307. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  308. Error Line 1482, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  309. Error Line 1486, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154465"><img src="images…

    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.

  310. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  311. Error Line 1486, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154465"><img src="images/buttons/firstn…

    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.

  312. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  313. Error Line 1486, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  314. Error Line 1492, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154515"><img src="images…

    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.

  315. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  316. Error Line 1492, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154515"><img src="images/buttons/firstn…

    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.

  317. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  318. Error Line 1492, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  319. Error Line 1496, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154519"><img src="images…

    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.

  320. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  321. Error Line 1496, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154519"><img src="images/buttons/firstn…

    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.

  322. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  323. Error Line 1496, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  324. Error Line 1502, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154496"><img src="images…

    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.

  325. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  326. Error Line 1502, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154496"><img src="images/buttons/firstn…

    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.

  327. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  328. Error Line 1502, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  329. Error Line 1510, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154473"><img src="images…

    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.

  330. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  331. Error Line 1510, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154473"><img src="images/buttons/firstn…

    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.

  332. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  333. Error Line 1510, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  334. Error Line 1554, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=152914"><img src="images…

    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.

  335. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  336. Error Line 1554, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=152914"><img src="images/buttons/firstn…

    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.

  337. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  338. Error Line 1554, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  339. Error Line 1573, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154428"><img src="images…

    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.

  340. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  341. Error Line 1573, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154428"><img src="images/buttons/firstn…

    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.

  342. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  343. Error Line 1573, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  344. Error Line 1579, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154524"><img src="images…

    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.

  345. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  346. Error Line 1579, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154524"><img src="images/buttons/firstn…

    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.

  347. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  348. Error Line 1579, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  349. Error Line 1621, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154509"><img src="images…

    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.

  350. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  351. Error Line 1621, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154509"><img src="images/buttons/firstn…

    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.

  352. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  353. Error Line 1621, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  354. Error Line 1633, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154518"><img src="images…

    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.

  355. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  356. Error Line 1633, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154518"><img src="images/buttons/firstn…

    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.

  357. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  358. Error Line 1633, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  359. Error Line 1644, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153385"><img src="images…

    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.

  360. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  361. Error Line 1644, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153385"><img src="images/buttons/firstn…

    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.

  362. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  363. Error Line 1644, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  364. Error Line 1648, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154376"><img src="images…

    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.

  365. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  366. Error Line 1648, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154376"><img src="images/buttons/firstn…

    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.

  367. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  368. Error Line 1648, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  369. Error Line 1652, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154494"><img src="images…

    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.

  370. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  371. Error Line 1652, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154494"><img src="images/buttons/firstn…

    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.

  372. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  373. Error Line 1652, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  374. Error Line 1656, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153221"><img src="images…

    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.

  375. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  376. Error Line 1656, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153221"><img src="images/buttons/firstn…

    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.

  377. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  378. Error Line 1656, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  379. Error Line 1664, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=152273"><img src="images…

    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.

  380. Info Line 967, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images…
  381. Error Line 1664, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=152273"><img src="images/buttons/firstn…

    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.

  382. Info Line 967, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154557"><img src="images/butto…
  383. Error Line 1664, Column 157: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
    …Go to first new post" align="absmiddle"></a>&nbsp;<strong><a href="showthread.…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  384. Warning Line 1670, Column 75: cannot generate system identifier for general entity "forumids"
    …lphi.com/forums/external.php?type=XML&forumids=13,16,113,15,21,58,125,50,22,66…

    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.

  385. Error Line 1670, Column 75: general entity "forumids" not defined and no default entity
    …lphi.com/forums/external.php?type=XML&forumids=13,16,113,15,21,58,125,50,22,66…

    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.

  386. Error Line 1670, Column 83: reference to entity "forumids" for which no system identifier could be generated
    …/forums/external.php?type=XML&forumids=13,16,113,15,21,58,125,50,22,66,52,53,5…

    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.

  387. Info Line 1670, Column 74: entity was defined here
    …elphi.com/forums/external.php?type=XML&forumids=13,16,113,15,21,58,125,50,22,6…
  388. Error Line 1671, Column 84: reference to entity "forumids" for which no system identifier could be generated
    …forums/external.php?type=RSS2&forumids=13,16,113,15,21,58,125,50,22,66,52,53,5…

    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.

  389. Info Line 1670, Column 74: entity was defined here
    …elphi.com/forums/external.php?type=XML&forumids=13,16,113,15,21,58,125,50,22,6…
  390. Warning Line 1681, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  391. Warning Line 1683, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  392. Warning Line 1686, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  393. Warning Line 1729, Column 5: NET-enabling start-tag requires SHORTTAG YES
    <br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  394. Warning Line 1734, Column 45: NET-enabling start-tag requires SHORTTAG YES
    …ed by vBulletin&reg; Version 3.6.4<br />Copyright &copy;2000 - 2017, Jelsoft E…

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

↑ Top