Errors found while checking this document as HTML 4.01 Transitional!

Result: 201 Errors, 72 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: 201 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 205: NET-enabling start-tag requires SHORTTAG YES
    …_old.gif" border="0" alt="Go to Post" /></a> I have trouble believing that the…

    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 631, 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 636, 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 641, 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 660, 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 661, 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 665, 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 666, 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 669, Column 74: NET-enabling start-tag requires SHORTTAG YES
    		<input type="hidden" name="s" value="e1cd5ee3aa7d13e0aa0a7d7e7fd6cc2e" />

    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 670, 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 671, 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 672, 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 746, 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 758, 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 761, 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 786, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …tro-reflective rope detectio..." alt="Retro-reflective rope detectio..." /></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 787, 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 792, Column 217: NET-enabling start-tag requires SHORTTAG YES
    …rder="0" title="Intake Reversible Bumper" alt="Intake Reversible 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.

  36. Warning Line 793, 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 798, Column 219: NET-enabling start-tag requires SHORTTAG YES
    …er="0" title="Steamworks Build Progress" alt="Steamworks Build 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.

  38. Warning Line 799, 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 804, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …I 2017 - seven years away fr..." alt="WAI 2017 - seven years away fr..." /></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 805, 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 810, Column 223: NET-enabling start-tag requires SHORTTAG YES
    …0" title="Team ASAP prototyping setup" alt="Team ASAP prototyping setup" /></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 811, 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 816, Column 213: NET-enabling start-tag requires SHORTTAG YES
    …" border="0" title="935 week 1 prototyping" alt="935 week 1 prototyping" /></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 817, 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 822, Column 213: NET-enabling start-tag requires SHORTTAG YES
    …" border="0" title="Ohm's Law, Illustrated" alt="Ohm's Law, Illustrated" /></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 823, 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 828, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …bo Promo Featured Fonts: Ste..." alt="Robo Promo Featured Fonts: Ste..." /></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 829, 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 834, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …bo Promo Featured Fonts: Spe..." alt="Robo Promo Featured Fonts: Spe..." /></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 835, 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 840, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …bo Promo Featured Fonts: Com..." alt="Robo Promo Featured Fonts: Com..." /></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 841, 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 846, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …07 The Coalition of Independ..." alt="4607 The Coalition of Independ..." /></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 847, 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 852, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …07 The Coalition of Independ..." alt="4607 The Coalition of Independ..." /></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 853, 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 858, Column 235: NET-enabling start-tag requires SHORTTAG YES
    …07 The Coalition of Independ..." alt="4607 The Coalition of Independ..." /></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 859, 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 864, Column 189: NET-enabling start-tag requires SHORTTAG YES
    …3624d9808786641545_s.jpg" border="0" title="2017 Davit" alt="2017 Davit" /></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 865, 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 870, Column 207: NET-enabling start-tag requires SHORTTAG YES
    …_s.jpg" border="0" title="2017 Davit close up" alt="2017 Davit close up" /></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 871, 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 877, 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 877, 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 882, 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 888, 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 894, 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.

  68. Warning Line 894, 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.

  69. Warning Line 894, 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.

  70. Warning Line 894, 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.

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

  72. Warning Line 903, 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.

  73. Warning Line 909, 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.

  74. Warning Line 944, 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.

  75. Error Line 944, 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.

  76. Info Line 944, Column 197: start tag was here
    …="0" /></a>&nbsp;Recent Activity</div><div style="float: right;">threads | </t…
  77. Warning Line 947, Column 34: cannot generate system identifier for general entity "goto"
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><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.

  78. Error Line 947, Column 34: general entity "goto" not defined and no default entity
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><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.

  79. Error Line 947, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><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. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  81. Warning Line 947, Column 47: cannot generate system identifier for general entity "threadid"
    … href="showthread.php?s=&goto=newpost&threadid=154085"><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.

  82. Error Line 947, Column 47: general entity "threadid" not defined and no default entity
    … href="showthread.php?s=&goto=newpost&threadid=154085"><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.

  83. Error Line 947, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154085"><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.

  84. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  85. Error Line 947, 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.

  86. Error Line 955, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154079"><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.

  87. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  88. Error Line 955, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154079"><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.

  89. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  90. Error Line 955, 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.

  91. 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=154000"><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.

  92. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  93. Error Line 967, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154000"><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.

  94. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  95. 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.

  96. Error Line 973, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153981"><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.

  97. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  98. Error Line 973, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153981"><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.

  99. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  100. Error Line 973, 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.

  101. Error Line 979, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153324"><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.

  102. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  103. Error Line 979, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153324"><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.

  104. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  105. Error Line 979, 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.

  106. 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=154042"><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.

  107. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  108. Error Line 985, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154042"><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.

  109. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  110. 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.

  111. Error Line 989, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154084"><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.

  112. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  113. Error Line 989, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154084"><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.

  114. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  115. Error Line 989, 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.

  116. Error Line 1001, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154057"><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.

  117. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  118. Error Line 1001, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154057"><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.

  119. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  120. Error Line 1001, 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.

  121. Error Line 1012, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154083"><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.

  122. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  123. Error Line 1012, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154083"><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.

  124. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  125. Error Line 1012, 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.

  126. Error Line 1016, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154049"><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.

  127. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  128. Error Line 1016, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154049"><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.

  129. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  130. Error Line 1016, 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.

  131. Error Line 1028, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153592"><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.

  132. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  133. Error Line 1028, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153592"><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.

  134. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  135. Error Line 1028, 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.

  136. Error Line 1044, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154081"><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.

  137. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  138. Error Line 1044, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154081"><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.

  139. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  140. Error Line 1044, 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.

  141. Error Line 1056, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153576"><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.

  142. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  143. Error Line 1056, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153576"><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.

  144. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  145. Error Line 1056, 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.

  146. Error Line 1060, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154080"><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.

  147. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  148. Error Line 1060, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154080"><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.

  149. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  150. Error Line 1060, 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.

  151. Error Line 1065, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154082"><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.

  152. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  153. Error Line 1065, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154082"><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.

  154. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  155. Error Line 1065, 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.

  156. Error Line 1072, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153842"><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.

  157. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  158. Error Line 1072, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153842"><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.

  159. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  160. Error Line 1072, 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.

  161. Error Line 1077, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153991"><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.

  162. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  163. Error Line 1077, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153991"><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.

  164. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  165. Error Line 1077, 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.

  166. Error Line 1084, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154055"><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.

  167. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  168. Error Line 1084, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154055"><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.

  169. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  170. Error Line 1084, 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.

  171. Error Line 1100, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154007"><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.

  172. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  173. Error Line 1100, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154007"><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.

  174. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  175. Error Line 1100, 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.

  176. Error Line 1104, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154027"><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.

  177. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  178. Error Line 1104, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154027"><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.

  179. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  180. Error Line 1104, 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.

  181. Error Line 1110, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154078"><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.

  182. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  183. Error Line 1110, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154078"><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.

  184. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  185. Error Line 1110, 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.

  186. Error Line 1119, Column 179: non SGML character number 146
    … your questions nor is it meant to (It’s “incomplete” for a reason).  Before y…

    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.

  187. Error Line 1119, Column 182: non SGML character number 147
    …ur questions nor is it meant to (It’s “incomplete” for a reason).  Before you …

    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.

  188. Error Line 1119, Column 193: non SGML character number 148
    …s nor is it meant to (It’s “incomplete” for a reason).  Before you begin you s…

    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.

  189. Error Line 1119, Column 345: non SGML character number 146
    …cumentation available for the TX1.  It’s entirely possible that this guide wil…

    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.

  190. Error Line 1122, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154009"><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.

  191. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  192. Error Line 1122, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154009"><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.

  193. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  194. Error Line 1122, 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.

  195. Error Line 1145, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153727"><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.

  196. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  197. Error Line 1145, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153727"><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.

  198. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  199. Error Line 1145, 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.

  200. Error Line 1151, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153144"><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.

  201. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  202. Error Line 1151, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153144"><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.

  203. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  204. Error Line 1151, 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.

  205. Error Line 1155, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153797"><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.

  206. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  207. Error Line 1155, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153797"><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.

  208. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  209. Error Line 1155, 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.

  210. Error Line 1165, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153953"><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.

  211. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  212. Error Line 1165, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153953"><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.

  213. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  214. Error Line 1165, 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.

  215. Error Line 1169, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154063"><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.

  216. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  217. Error Line 1169, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154063"><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.

  218. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  219. Error Line 1169, 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.

  220. Error Line 1178, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153588"><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.

  221. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  222. Error Line 1178, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153588"><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.

  223. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  224. Error Line 1178, 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.

  225. Error Line 1182, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154074"><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.

  226. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  227. Error Line 1182, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154074"><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.

  228. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  229. Error Line 1182, 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.

  230. Error Line 1190, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153939"><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.

  231. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  232. Error Line 1190, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153939"><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.

  233. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  234. Error Line 1190, 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.

  235. Error Line 1198, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154067"><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.

  236. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  237. Error Line 1198, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154067"><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.

  238. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  239. Error Line 1198, 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.

  240. Error Line 1202, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154076"><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.

  241. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  242. Error Line 1202, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154076"><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.

  243. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  244. Error Line 1202, 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.

  245. 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=154039"><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.

  246. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  247. Error Line 1214, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154039"><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.

  248. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  249. 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.

  250. Error Line 1225, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153996"><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.

  251. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  252. Error Line 1225, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153996"><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.

  253. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  254. Error Line 1225, 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.

  255. Error Line 1231, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154069"><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.

  256. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  257. Error Line 1231, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154069"><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.

  258. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  259. Error Line 1231, 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.

  260. Error Line 1239, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=152882"><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.

  261. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  262. Error Line 1239, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=152882"><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.

  263. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  264. Error Line 1239, 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.

  265. Error Line 1243, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154071"><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.

  266. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  267. Error Line 1243, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154071"><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.

  268. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  269. Error Line 1243, 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.

  270. Error Line 1251, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153316"><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.

  271. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  272. Error Line 1251, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153316"><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.

  273. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  274. Error Line 1251, 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.

  275. Error Line 1261, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154018"><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.

  276. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  277. Error Line 1261, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154018"><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.

  278. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  279. Error Line 1261, 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.

  280. Error Line 1269, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154072"><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.

  281. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  282. Error Line 1269, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154072"><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.

  283. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  284. Error Line 1269, 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.

  285. Error Line 1283, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153995"><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.

  286. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  287. Error Line 1283, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153995"><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.

  288. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  289. Error Line 1283, 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.

  290. Error Line 1297, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154068"><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.

  291. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  292. Error Line 1297, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154068"><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.

  293. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  294. Error Line 1297, 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.

  295. Error Line 1301, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154070"><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.

  296. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  297. Error Line 1301, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154070"><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.

  298. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  299. Error Line 1301, 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.

  300. Error Line 1305, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153982"><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.

  301. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  302. Error Line 1305, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153982"><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.

  303. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  304. Error Line 1305, 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.

  305. Error Line 1310, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153998"><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.

  306. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  307. Error Line 1310, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153998"><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.

  308. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  309. Error Line 1310, 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.

  310. Error Line 1314, 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.

  311. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  312. Error Line 1314, 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.

  313. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  314. Error Line 1314, 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.

  315. Error Line 1330, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154008"><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.

  316. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  317. Error Line 1330, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154008"><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.

  318. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  319. Error Line 1330, 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.

  320. Error Line 1344, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154064"><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.

  321. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  322. Error Line 1344, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154064"><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.

  323. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  324. Error Line 1344, 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.

  325. 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=154036"><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.

  326. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  327. Error Line 1358, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154036"><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.

  328. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  329. 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.

  330. Error Line 1364, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153231"><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.

  331. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  332. Error Line 1364, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153231"><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.

  333. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  334. Error Line 1364, 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.

  335. 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=153200"><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.

  336. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  337. Error Line 1370, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153200"><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.

  338. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  339. 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.

  340. Error Line 1374, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154025"><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.

  341. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  342. Error Line 1374, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154025"><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.

  343. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  344. Error Line 1374, 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.

  345. Error Line 1381, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153985"><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.

  346. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  347. Error Line 1381, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153985"><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.

  348. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  349. Error Line 1381, 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.

  350. 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=154060"><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.

  351. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  352. Error Line 1392, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154060"><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.

  353. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  354. 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.

  355. Error Line 1412, 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.

  356. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  357. Error Line 1412, 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.

  358. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  359. Error Line 1412, 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.

  360. Error Line 1422, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153830"><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.

  361. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  362. Error Line 1422, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153830"><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.

  363. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  364. Error Line 1422, 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.

  365. Error Line 1444, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153971"><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.

  366. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  367. Error Line 1444, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153971"><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.

  368. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  369. Error Line 1444, 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.

  370. Error Line 1508, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154058"><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.

  371. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  372. Error Line 1508, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154058"><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.

  373. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  374. Error Line 1508, 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.

  375. Error Line 1539, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=154052"><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.

  376. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  377. Error Line 1539, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=154052"><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.

  378. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  379. Error Line 1539, 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.

  380. Error Line 1545, Column 38: reference to entity "goto" for which no system identifier could be generated
          <a href="showthread.php?s=&goto=newpost&threadid=153921"><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.

  381. Info Line 947, Column 33: entity was defined here
          <a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images…
  382. Error Line 1545, Column 55: reference to entity "threadid" for which no system identifier could be generated
    …howthread.php?s=&goto=newpost&threadid=153921"><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.

  383. Info Line 947, Column 46: entity was defined here
    …a href="showthread.php?s=&goto=newpost&threadid=154085"><img src="images/butto…
  384. Error Line 1545, 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.

  385. Warning Line 1551, 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.

  386. Error Line 1551, 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.

  387. Error Line 1551, 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.

  388. Info Line 1551, Column 74: entity was defined here
    …elphi.com/forums/external.php?type=XML&forumids=13,16,113,15,21,58,125,50,22,6…
  389. Error Line 1552, 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.

  390. Info Line 1551, Column 74: entity was defined here
    …elphi.com/forums/external.php?type=XML&forumids=13,16,113,15,21,58,125,50,22,6…
  391. Warning Line 1562, 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 1564, 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 1567, 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 1610, 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.

  395. Warning Line 1615, 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