This page is not Valid HTML 4.01 Strict!

Result: Failed validation, 281 Errors
:
: utf-8
: HTML 4.01 Strict
Root Element: HTML
Options

Help on the options is available.

↑ Top

Validation Output: 281 Errors

  1. Error Line 8, Column 17: there is no attribute "LANGUAGE".
    <script language=javascript><!--

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

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

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

  2. Error Line 8, Column 27: 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>.

  3. Error Line 214, Column 27: required attribute "TYPE" not specified.
    <script language=javascript>var YLH='_ylh=X3oDMTFkcXA5Zzg1BF9TAzI3MTYxNDkEcGlkAz

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

  4. Error Line 214, Column 361: there is no attribute "TARGET".
    …GVzdAMwBHRtcGwDaW5kZXgtbA--/" target=_top></noscript>

    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.

  5. Error Line 214, Column 365: document type does not allow element "BASE" here.
    …AMwBHRtcGwDaW5kZXgtbA--/" target=_top></noscript>

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

  6. Error Line 214, Column 376: end tag for "NOSCRIPT" which is not finished.
    …aW5kZXgtbA--/" target=_top></noscript>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  7. Error Line 225, Column 22: document type does not allow element "STYLE" here.
    <style type="text/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).

  8. Error Line 2605, Column 6: 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.

  9. Error Line 2606, Column 19: document type does not allow element "BODY" here.
    <body class="ywide">

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

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

  10. Error Line 2610, Column 6: required attribute "TYPE" not specified.
    <style>

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

  11. Error Line 2610, Column 6: document type does not allow element "STYLE" here.
    <style>

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

  12. Error Line 2633, Column 364: required attribute "TYPE" not specified.
    …opping</A><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>.

  13. Error Line 2636, Column 18: document type does not allow element "NOSCRIPT" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    </script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  14. Warning Line 2636, Column 121: cannot generate system identifier for general entity "T".
    …hES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d27161

    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.

  15. Error Line 2636, Column 121: general entity "T" not defined and no default entity.
    …hES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d27161

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

  16. Error Line 2636, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d271614

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

  17. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  18. Warning Line 2636, Column 266: cannot generate system identifier for general entity "U".
    …9934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d385

    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.

  19. Error Line 2636, Column 266: general entity "U" not defined and no default entity.
    …9934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d385

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

  20. Error Line 2636, Column 267: reference to entity "U" for which no system identifier could be generated.
    …934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d3858

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

  21. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  22. Error Line 2636, Column 361: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …452.9641268%2fD%3dHDLN%2fB%3d4995222"></noscript></span>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  23. Error Line 2636, Column 372: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dHDLN%2fB%3d4995222"></noscript></span>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  24. Error Line 2637, Column 22: document type does not allow element "STYLE" here.
    <style type="text/css">#ws_hp{display:block};</style>

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

  25. Error Line 2659, Column 132: end tag for element "A" which is not open.
    …tba" href=\'r\/1m\'>Get Yahoo! DSL</a>';}

    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.

  26. Error Line 2724, Column 3: "IF" is not a reserved name.
    <![if !IE]>

  27. Error Line 2742, Column 47: end tag for "SCRIPT" omitted, but its declaration does not permit this.
    …HTML='<div class=bd><div id=pnt></div><a title="Yahoo!" class=shp href="http:

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

  28. Info Line 2725, Column 0: start tag was here.
    <script language="javascript" type="text/javascript">
  29. Warning Line 2742, Column 384: NET-enabling start-tag requires SHORTTAG YES.
    …e detailed instructions <a href=http://www.yahoo.com/r/hs>click here</a>.</p>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  30. Error Line 2742, Column 418: end tag for element "A" which is not open.
    …tp://www.yahoo.com/r/hs>click here</a>.</p></div>';

    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.

  31. Error Line 2751, Column 8: end tag for element "SCRIPT" which is not open.
    </script>

    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.

  32. Error Line 2752, Column 3: "ENDIF" is not a reserved name.
    <![endif]>

  33. Error Line 2757, Column 73: there is no attribute "BORDER".
    …us.yimg.com/i/ww/beta/y3.gif" border=0 width=232 height=44 alt="Yahoo!" id="y

    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.

  34. Error Line 2758, Column 7: required attribute "TYPE" not specified.
    <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>.

  35. Error Line 2786, Column 264: end tag for element "MAP" which is not open.
    …ick="callYodel();return false;"></map><div id=l_fl style="position:absolute">

    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.

  36. Error Line 2786, Column 309: end tag for "SCRIPT" omitted, but its declaration does not permit this.
    …=l_fl style="position:absolute"></div>');

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

  37. Info Line 2758, Column 0: start tag was here.
    <script>
  38. Error Line 2786, Column 309: end tag for "H1" omitted, but its declaration does not permit this.
    …=l_fl style="position:absolute"></div>');

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

  39. Info Line 2757, Column 0: start tag was here.
    <h1><img src="http://us.i1.yimg.com/us.yimg.com/i/ww/beta/y3.gif" border=0 width
  40. Error Line 2789, Column 8: end tag for element "SCRIPT" which is not open.
    </script><script language=javascript>

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

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

  41. Error Line 2789, Column 36: required attribute "TYPE" not specified.
    </script><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>.

  42. Error Line 2792, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142d7bft8%2fX%3d1193669459%2fE%3d271614

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

  43. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  44. Error Line 2792, Column 268: reference to entity "U" for which no system identifier could be generated.
    …233%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13b6n2c7t%2fN%3dT2zcUtGDJGM-%2fC%3d2895

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

  45. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  46. Error Line 2792, Column 362: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …57.5322130%2fD%3dHEADR%2fB%3d4040821"></noscript></h1>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  47. Error Line 2792, Column 373: end tag for "NOSCRIPT" which is not finished.
    …2fD%3dHEADR%2fB%3d4040821"></noscript></h1>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  48. Error Line 2792, Column 378: end tag for element "H1" which is not open.
    …dHEADR%2fB%3d4040821"></noscript></h1>

    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.

  49. Error Line 2819, Column 6: required attribute "TYPE" not specified.
    <style>

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

  50. Error Line 2819, Column 6: document type does not allow element "STYLE" here.
    <style>

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

  51. Error Line 2825, Column 183: required attribute "TYPE" not specified.
    …88/R=0 --><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>.

  52. Error Line 2828, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142848gs3%2fX%3d1193669459%2fE%3d271614

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

  53. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  54. Error Line 2828, Column 268: reference to entity "U" for which no system identifier could be generated.
    …123%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bis81h9%2fN%3dUmzcUtGDJGM-%2fC%3d5927

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

  55. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  56. Error Line 2828, Column 362: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …693.11125467%2fD%3dNAM%2fB%3d4925688"></noscript><noscript><input name="u" ty

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  57. Error Line 2828, Column 373: end tag for "NOSCRIPT" which is not finished.
    …7%2fD%3dNAM%2fB%3d4925688"></noscript><noscript><input name="u" type="hidden"

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  58. Warning Line 2828, Column 461: cannot generate system identifier for general entity "p".
    …p://search.yahoo.com/search?fr=yfp-t&p="></noscript>

    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.

  59. Error Line 2828, Column 461: general entity "p" not defined and no default entity.
    …p://search.yahoo.com/search?fr=yfp-t&p="></noscript>

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

  60. Error Line 2828, Column 462: reference to entity "p" for which no system identifier could be generated.
    …://search.yahoo.com/search?fr=yfp-t&p="></noscript>

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

  61. Info Line 2828, Column 460: entity was defined here.
    …tp://search.yahoo.com/search?fr=yfp-t&p="></noscript>
  62. Error Line 2828, Column 464: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag.
    …/search.yahoo.com/search?fr=yfp-t&p="></noscript>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  63. Error Line 2828, Column 475: end tag for "NOSCRIPT" which is not finished.
    …oo.com/search?fr=yfp-t&p="></noscript>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  64. Error Line 2833, Column 29: 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>.

  65. Error Line 2865, Column 17: document type does not allow element "DIV" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <div class="iemw"></div>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  66. Error Line 2866, Column 18: document type does not allow element "DIV" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <div id="pscolors">

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  67. Error Line 2886, Column 5: end tag for element "DIV" which is not open.
    </div>

    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.

  68. Error Line 2888, Column 5: end tag for element "DIV" which is not open.
    </div>

    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.

  69. Warning Line 2918, Column 120: NET-enabling start-tag requires SHORTTAG YES.
    …und-position: -400px -1205px;" href=r/io>Bix<small class="new" style="backgro

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  70. Error Line 2948, Column 281: required attribute "TYPE" not specified.
    …ebsite</a><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>.

  71. Error Line 2951, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142vscu0v%2fX%3d1193669459%2fE%3d271614

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

  72. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  73. Error Line 2951, Column 268: reference to entity "U" for which no system identifier could be generated.
    …361%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13ctmpvdn%2fN%3dYGzcUtGDJGM-%2fC%3d2613

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

  74. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  75. Error Line 2951, Column 363: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …35.10391589%2fD%3dFPC1%2fB%3d1798789"></noscript></li>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  76. Error Line 2951, Column 374: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dFPC1%2fB%3d1798789"></noscript></li>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  77. Error Line 2966, Column 17: there is no attribute "HIDEFOCUS".
    <em><a hidefocus="true" id="featured1" href="r/tj">Featured</a></em>

    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.

  78. Warning Line 2989, Column 9: NET-enabling start-tag requires SHORTTAG YES.
    <a href=s/720538><img src="http://us.i1.yimg.com/us.yimg.com/i/ww/news/2007/10/2

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  79. Error Line 2991, Column 3: document type does not allow element "H3" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <h3><a href=s/720538>NFL's winners and losers</a></h3>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  80. Warning Line 2991, Column 13: NET-enabling start-tag requires SHORTTAG YES.
    <h3><a href=s/720538>NFL's winners and losers</a></h3>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  81. Error Line 2992, Column 2: document type does not allow element "P" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <p>Not everyone is perfect, unless you are the Indianapolis Colts and New Englan

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  82. Warning Line 2992, Column 112: NET-enabling start-tag requires SHORTTAG YES.
    …ngland Patriots. <a class=more href=s/720538>&#187; Week 8 list</a></p>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  83. Error Line 2994, Column 3: document type does not allow element "UL" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <ul>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  84. Warning Line 2995, Column 26: NET-enabling start-tag requires SHORTTAG YES.
    <li><a class=bullet href=s/720539>Most hyped game ever</a></li>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  85. Warning Line 2996, Column 26: NET-enabling start-tag requires SHORTTAG YES.
    <li><a class=bullet href=s/720540>Scores</a></li>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  86. Warning Line 2997, Column 26: NET-enabling start-tag requires SHORTTAG YES.
    <li><a class=bullet href=s/720541>Moss' mind</a></li>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  87. Warning Line 2998, Column 26: NET-enabling start-tag requires SHORTTAG YES.
    <li><a class=bullet href=s/720542>Rowdy game</a></li>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  88. Warning Line 2999, Column 26: NET-enabling start-tag requires SHORTTAG YES.
    <li><a class=bullet href=s/720543>Silver</a></li>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  89. Error Line 3038, Column 22: document type does not allow element "UL" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <ul id="todaystories1">

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  90. Error Line 3039, Column 17: character "|" is not allowed in the value of attribute "ID".
    <li id="featured1|854" class="on"><a href=s/720544><img src="http://us.i1.yimg.c

    It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.

  91. Warning Line 3039, Column 43: NET-enabling start-tag requires SHORTTAG YES.
    …="featured1|854" class="on"><a href=s/720544><img src="http://us.i1.yimg.com/

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  92. Error Line 3040, Column 17: character "|" is not allowed in the value of attribute "ID".
    <li id="featured2|851"><a href=s/720404><img src="http://us.i1.yimg.com/us.yimg.

    It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.

  93. Warning Line 3040, Column 32: NET-enabling start-tag requires SHORTTAG YES.
    <li id="featured2|851"><a href=s/720404><img src="http://us.i1.yimg.com/us.yimg.

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  94. Error Line 3042, Column 17: character "|" is not allowed in the value of attribute "ID".
    <li id="featured3|856"><a href=s/720554><img src="http://us.i1.yimg.com/us.yimg.

    It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.

  95. Warning Line 3042, Column 32: NET-enabling start-tag requires SHORTTAG YES.
    <li id="featured3|856"><a href=s/720554><img src="http://us.i1.yimg.com/us.yimg.

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  96. Error Line 3043, Column 17: character "|" is not allowed in the value of attribute "ID".
    <li id="featured4|835"><a href=s/720472>

    It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.

  97. Warning Line 3043, Column 32: NET-enabling start-tag requires SHORTTAG YES.
    <li id="featured4|835"><a href=s/720472>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  98. Error Line 3046, Column 40: document type does not allow element "DIV" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <div id="more-featured" class="btn-more">

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  99. Error Line 3088, Column 16: document type does not allow element "H2" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <h2 class="a11y">In the News</h2>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  100. Error Line 3089, Column 17: document type does not allow element "DIV" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <div id="newstop">

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  101. Warning Line 3091, Column 5: reference to non-SGML character.
    &#149;&nbsp;<a href=s/720335>Suicide bomber kills 27 at Iraqi police station</a>

    You've included a character reference to a character that is not defined in the document type you've chosen. This is most commonly caused by numerical references to characters from vendor proprietary character repertoires. Often the culprit will be fancy or typographical quote marks from either the Windows or Macintosh character repertoires.

    The solution is to reference UNICODE characters instead. A list of common characters from the Windows character repertoire and their UNICODE equivalents can be found in the document "On the use of some MS Windows characters in HTML" maintained by Jukka Korpela <jkorpela@cs.tut.fi>.

  102. Warning Line 3091, Column 21: NET-enabling start-tag requires SHORTTAG YES.
    &#149;&nbsp;<a href=s/720335>Suicide bomber kills 27 at Iraqi police station</a>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  103. Warning Line 3091, Column 124: NET-enabling start-tag requires SHORTTAG YES.
    …ss="inline"><dt><a class=video href=s/720499 onclick="window.open('s/720499',

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  104. Error Line 3091, Column 243: end tag for element "A" which is not open.
    …lbars=no');return false;">Security</a></dt></dl><br>&#149;&nbsp;<a href=s/720

    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.

  105. Warning Line 3091, Column 263: reference to non-SGML character.
    …lse;">Security</a></dt></dl><br>&#149;&nbsp;<a href=s/720529>Turkey targets K

    You've included a character reference to a character that is not defined in the document type you've chosen. This is most commonly caused by numerical references to characters from vendor proprietary character repertoires. Often the culprit will be fancy or typographical quote marks from either the Windows or Macintosh character repertoires.

    The solution is to reference UNICODE characters instead. A list of common characters from the Windows character repertoire and their UNICODE equivalents can be found in the document "On the use of some MS Windows characters in HTML" maintained by Jukka Korpela <jkorpela@cs.tut.fi>.

  106. Warning Line 3091, Column 279: NET-enabling start-tag requires SHORTTAG YES.
    …a></dt></dl><br>&#149;&nbsp;<a href=s/720529>Turkey targets Kurdish rebels as

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  107. Warning Line 3091, Column 381: NET-enabling start-tag requires SHORTTAG YES.
    …ss="inline"><dt><a class=video href=s/720534 onclick="window.open('s/720534',

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  108. Error Line 3091, Column 499: end tag for element "A" which is not open.
    …llbars=no');return false;">Clashes</a></dt></dl><br>&#149;&nbsp;<a href=s/720

    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.

  109. Warning Line 3091, Column 519: reference to non-SGML character.
    …alse;">Clashes</a></dt></dl><br>&#149;&nbsp;<a href=s/720580>Darfur rebels sa

    You've included a character reference to a character that is not defined in the document type you've chosen. This is most commonly caused by numerical references to characters from vendor proprietary character repertoires. Often the culprit will be fancy or typographical quote marks from either the Windows or Macintosh character repertoires.

    The solution is to reference UNICODE characters instead. A list of common characters from the Windows character repertoire and their UNICODE equivalents can be found in the document "On the use of some MS Windows characters in HTML" maintained by Jukka Korpela <jkorpela@cs.tut.fi>.

  110. Warning Line 3091, Column 535: NET-enabling start-tag requires SHORTTAG YES.
    …a></dt></dl><br>&#149;&nbsp;<a href=s/720580>Darfur rebels say attacks contin

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  111. Warning Line 3091, Column 643: NET-enabling start-tag requires SHORTTAG YES.
    …ss="inline"><dt><a class=video href=s/720581 onclick="window.open('s/720581',

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  112. Error Line 3091, Column 759: end tag for element "A" which is not open.
    …rollbars=no');return false;">Talks</a></dt></dl><br>&#149;&nbsp;<a href=s/720

    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.

  113. Warning Line 3091, Column 779: reference to non-SGML character.
    … false;">Talks</a></dt></dl><br>&#149;&nbsp;<a href=s/720523>Campus mourns se

    You've included a character reference to a character that is not defined in the document type you've chosen. This is most commonly caused by numerical references to characters from vendor proprietary character repertoires. Often the culprit will be fancy or typographical quote marks from either the Windows or Macintosh character repertoires.

    The solution is to reference UNICODE characters instead. A list of common characters from the Windows character repertoire and their UNICODE equivalents can be found in the document "On the use of some MS Windows characters in HTML" maintained by Jukka Korpela <jkorpela@cs.tut.fi>.

  114. Warning Line 3091, Column 795: NET-enabling start-tag requires SHORTTAG YES.
    …a></dt></dl><br>&#149;&nbsp;<a href=s/720523>Campus mourns seven killed in No

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  115. Warning Line 3091, Column 900: NET-enabling start-tag requires SHORTTAG YES.
    …ss="inline"><dt><a class=video href=s/720524 onclick="window.open('s/720524',

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  116. Error Line 3091, Column 1021: end tag for element "A" which is not open.
    …ars=no');return false;">Beach trip</a></dt></dl><br>&#149;&nbsp;<a href=s/720

    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.

  117. Warning Line 3091, Column 1041: reference to non-SGML character.
    …e;">Beach trip</a></dt></dl><br>&#149;&nbsp;<a href=s/720563>Slaying suspect 

    You've included a character reference to a character that is not defined in the document type you've chosen. This is most commonly caused by numerical references to characters from vendor proprietary character repertoires. Often the culprit will be fancy or typographical quote marks from either the Windows or Macintosh character repertoires.

    The solution is to reference UNICODE characters instead. A list of common characters from the Windows character repertoire and their UNICODE equivalents can be found in the document "On the use of some MS Windows characters in HTML" maintained by Jukka Korpela <jkorpela@cs.tut.fi>.

  118. Warning Line 3091, Column 1057: NET-enabling start-tag requires SHORTTAG YES.
    …a></dt></dl><br>&#149;&nbsp;<a href=s/720563>Slaying suspect escapes jail by 

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  119. Warning Line 3091, Column 1139: reference to non-SGML character.
    …ing identity of cellmate</a><br>&#149;&nbsp;<a href=s/720537>Ghost tourism bo

    You've included a character reference to a character that is not defined in the document type you've chosen. This is most commonly caused by numerical references to characters from vendor proprietary character repertoires. Often the culprit will be fancy or typographical quote marks from either the Windows or Macintosh character repertoires.

    The solution is to reference UNICODE characters instead. A list of common characters from the Windows character repertoire and their UNICODE equivalents can be found in the document "On the use of some MS Windows characters in HTML" maintained by Jukka Korpela <jkorpela@cs.tut.fi>.

  120. Warning Line 3091, Column 1155: NET-enabling start-tag requires SHORTTAG YES.
    …cellmate</a><br>&#149;&nbsp;<a href=s/720537>Ghost tourism booming on U.S. in

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  121. Warning Line 3091, Column 1230: reference to non-SGML character.
    …interest in supernatural</a><br>&#149;&nbsp;<a href=s/720589>French president

    You've included a character reference to a character that is not defined in the document type you've chosen. This is most commonly caused by numerical references to characters from vendor proprietary character repertoires. Often the culprit will be fancy or typographical quote marks from either the Windows or Macintosh character repertoires.

    The solution is to reference UNICODE characters instead. A list of common characters from the Windows character repertoire and their UNICODE equivalents can be found in the document "On the use of some MS Windows characters in HTML" maintained by Jukka Korpela <jkorpela@cs.tut.fi>.

  122. Warning Line 3091, Column 1246: NET-enabling start-tag requires SHORTTAG YES.
    …rnatural</a><br>&#149;&nbsp;<a href=s/720589>French president cuts off 'stupi

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  123. Warning Line 3091, Column 1350: NET-enabling start-tag requires SHORTTAG YES.
    …ss="inline"><dt><a class=video href=s/720590 onclick="window.open('s/720590',

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  124. Error Line 3091, Column 1468: end tag for element "A" which is not open.
    …llbars=no');return false;">Sarkozy</a></dt></dl><br>

    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.

  125. Warning Line 3093, Column 91: NET-enabling start-tag requires SHORTTAG YES.
    …<b>&#187;</b> More:</li><li><a href=r/xn>News</a></li><li><a href=r/me>Popula

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  126. Warning Line 3093, Column 121: NET-enabling start-tag requires SHORTTAG YES.
    … href=r/xn>News</a></li><li><a href=r/me>Popular</a></li><li class="last"><a 

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  127. Warning Line 3093, Column 167: NET-enabling start-tag requires SHORTTAG YES.
    …ar</a></li><li class="last"><a href=r/z0>Election '08</a></li></ul>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  128. Error Line 3095, Column 16: document type does not allow element "DIV" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag.
    <div id="newsft">

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  129. Warning Line 3098, Column 496: NET-enabling start-tag requires SHORTTAG YES.
    …size="5" title="Enter ticker symbol" /><input type="submit" class="submit" va

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  130. Warning Line 3098, Column 545: NET-enabling start-tag requires SHORTTAG YES.
    …e="submit" class="submit" value="Go" /></fieldset></form></div></div>

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  131. Error Line 3101, Column 22: document type does not allow element "STYLE" here.
    <style type="text/css">#news-sponsor img{position:relative;display:block;margin:

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

  132. Error Line 3101, Column 581: required attribute "ALT" not specified.
    …height=15 title="Switch to Scottrade"></a><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>.

  133. Error Line 3101, Column 613: required attribute "TYPE" not specified.
    …rade"></a><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>.

  134. Error Line 3104, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142uii5d3%2fX%3d1193669459%2fE%3d271614

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

  135. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  136. Error Line 3104, Column 268: reference to entity "U" for which no system identifier could be generated.
    …557%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bjjg8k5%2fN%3dYWzcUtGDJGM-%2fC%3d5797

    This is usually a cascading error caused by 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 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  138. Error Line 3104, Column 362: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …704.9498165%2fD%3dSTCK%2fB%3d4876291"></noscript></div>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  139. Error Line 3104, Column 373: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dSTCK%2fB%3d4876291"></noscript></div>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  140. Warning Line 3123, Column 328: cannot generate system identifier for general entity "hmpgID".
    …report.com/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="h

    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.

  141. Error Line 3123, Column 328: general entity "hmpgID" not defined and no default entity.
    …report.com/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="h

    This is usually a cascading error caused by 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. Error Line 3123, Column 334: reference to entity "hmpgID" for which no system identifier could be generated.
    ….com/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="http://

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

  143. Info Line 3123, Column 327: entity was defined here.
    …treport.com/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="
  144. Warning Line 3123, Column 337: cannot generate system identifier for general entity "bcd".
    …m/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="http://us.

    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.

  145. Error Line 3123, Column 337: general entity "bcd" not defined and no default entity.
    …m/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="http://us.

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

  146. Error Line 3123, Column 340: reference to entity "bcd" for which no system identifier could be generated.
    …m/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="http://us.i1.

    This is usually a cascading error caused by 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 3123, Column 336: entity was defined here.
    …om/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="http://us
  148. Error Line 3123, Column 486: required attribute "ALT" not specified.
    …ltlA.gif" width=70 height=50 border=0></a></td><td width=8>&nbsp;</td><td val

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

  149. Error Line 3123, Column 506: there is no attribute "WIDTH".
    …eight=50 border=0></a></td><td width=8>&nbsp;</td><td valign=top><font face=a

    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.

  150. Error Line 3123, Column 545: there is no attribute "FACE".
    …&nbsp;</td><td valign=top><font face=arial size=-1><a href="http://us.ard.yah

    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.

  151. Error Line 3123, Column 556: there is no attribute "SIZE".
    …<td valign=top><font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=

    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.

  152. Error Line 3123, Column 558: element "FONT" undefined.
    …d valign=top><font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12

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

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  153. Error Line 3123, Column 817: reference to entity "hmpgID" for which no system identifier could be generated.
    ….com/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY">What's your credi

    This is usually a cascading error caused by 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 3123, Column 327: entity was defined here.
    …treport.com/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="
  155. Error Line 3123, Column 823: reference to entity "bcd" for which no system identifier could be generated.
    …m/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY">What's your credit scor

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

  156. Info Line 3123, Column 336: entity was defined here.
    …om/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="http://us
  157. Error Line 3123, Column 1178: reference to entity "hmpgID" for which no system identifier could be generated.
    ….com/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY">See yours for $0.

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

  158. Info Line 3123, Column 327: entity was defined here.
    …treport.com/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="
  159. Error Line 3123, Column 1184: reference to entity "bcd" for which no system identifier could be generated.
    …m/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY">See yours for $0. By Ex

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

  160. Info Line 3123, Column 336: entity was defined here.
    …om/pm/default.aspx?sc=658900&hmpgID=2&bcd=YFPMON1029ARMY"><img src="http://us
  161. Error Line 3123, Column 1287: required attribute "TYPE" not specified.
    …r></table><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>.

  162. Error Line 3126, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141opbrc2%2fX%3d1193669459%2fE%3d271614

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

  163. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  164. Error Line 3126, Column 267: reference to entity "U" for which no system identifier could be generated.
    …196%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13akvmu95%2fN%3dYmzcUtGDJGM-%2fC%3d5999

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

  165. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  166. Error Line 3126, Column 360: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …3182.9413987%2fD%3dMKP%2fB%3d4995695"></noscript><hr size=1 noshade><a href="

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  167. Error Line 3126, Column 371: end tag for "NOSCRIPT" which is not finished.
    …7%2fD%3dMKP%2fB%3d4995695"></noscript><hr size=1 noshade><a href="http://us.a

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  168. Error Line 3126, Column 381: there is no attribute "SIZE".
    …P%2fB%3d4995695"></noscript><hr size=1 noshade><a href="http://us.ard.yahoo.c

    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.

  169. Error Line 3126, Column 390: "NOSHADE" is not a member of a group specified for any attribute.
    …995695"></noscript><hr size=1 noshade><a href="http://us.ard.yahoo.com/SIG=12

  170. Warning Line 3126, Column 653: cannot generate system identifier for general entity "moid".
    …e/index.jsp?sourceid=lmb-11622-22067&moid=20015">Think the Fed will lower rat

    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.

  171. Error Line 3126, Column 653: general entity "moid" not defined and no default entity.
    …e/index.jsp?sourceid=lmb-11622-22067&moid=20015">Think the Fed will lower rat

    This is usually a cascading error caused by 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. Error Line 3126, Column 657: reference to entity "moid" for which no system identifier could be generated.
    …dex.jsp?sourceid=lmb-11622-22067&moid=20015">Think the Fed will lower rates o

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

  173. Info Line 3126, Column 652: entity was defined here.
    …re/index.jsp?sourceid=lmb-11622-22067&moid=20015">Think the Fed will lower ra
  174. Error Line 3126, Column 1012: reference to entity "moid" for which no system identifier could be generated.
    …dex.jsp?sourceid=lmb-11622-22067&moid=20015">LowerMyBills: Estimate payment</

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

  175. Info Line 3126, Column 652: entity was defined here.
    …re/index.jsp?sourceid=lmb-11622-22067&moid=20015">Think the Fed will lower ra
  176. Error Line 3126, Column 1082: required attribute "TYPE" not specified.
    …yment</a>.<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>.

  177. Error Line 3130, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=14100kvt2%2fX%3d1193669459%2fE%3d271614

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

  178. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  179. Error Line 3130, Column 267: reference to entity "U" for which no system identifier could be generated.
    …855%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bjke66o%2fN%3dY2zcUtGDJGM-%2fC%3d5716

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

  180. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  181. Error Line 3130, Column 361: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …655.9413843%2fD%3dMKP1%2fB%3d4995368"></noscript><hr size=1 noshade><a href="

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  182. Error Line 3130, Column 372: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dMKP1%2fB%3d4995368"></noscript><hr size=1 noshade><a href="http://us.a

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  183. Error Line 3130, Column 391: "NOSHADE" is not a member of a group specified for any attribute.
    …995368"></noscript><hr size=1 noshade><a href="http://us.ard.yahoo.com/SIG=12

  184. Warning Line 3130, Column 633: cannot generate system identifier for general entity "SID".
    …w.sharebuilder.com/affiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome

    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.

  185. Error Line 3130, Column 633: general entity "SID" not defined and no default entity.
    …w.sharebuilder.com/affiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome

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

  186. Error Line 3130, Column 636: reference to entity "SID" for which no system identifier could be generated.
    …harebuilder.com/affiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome%2F

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

  187. Info Line 3130, Column 632: entity was defined here.
    …ww.sharebuilder.com/affiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcom
  188. Warning Line 3130, Column 653: cannot generate system identifier for general entity "MGDURL".
    …ffiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome%2F25offer%2Findex.h

    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.

  189. Error Line 3130, Column 653: general entity "MGDURL" not defined and no default entity.
    …ffiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome%2F25offer%2Findex.h

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

  190. Error Line 3130, Column 659: reference to entity "MGDURL" for which no system identifier could be generated.
    …tes/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome%2F25offer%2Findex.htm&cm_

    This is usually a cascading error caused by 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 3130, Column 652: entity was defined here.
    …affiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome%2F25offer%2Findex.
  192. Warning Line 3130, Column 696: cannot generate system identifier for general entity "cm_mmc".
    …=Web%2Fwelcome%2F25offer%2Findex.htm&cm_mmc=WebPortal-_-YHOO-_-CPM-_-TXTHP">B

    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.

  193. Error Line 3130, Column 696: general entity "cm_mmc" not defined and no default entity.
    …=Web%2Fwelcome%2F25offer%2Findex.htm&cm_mmc=WebPortal-_-YHOO-_-CPM-_-TXTHP">B

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

  194. Error Line 3130, Column 702: reference to entity "cm_mmc" for which no system identifier could be generated.
    …Fwelcome%2F25offer%2Findex.htm&cm_mmc=WebPortal-_-YHOO-_-CPM-_-TXTHP">Buy sto

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

  195. Info Line 3130, Column 695: entity was defined here.
    …L=Web%2Fwelcome%2F25offer%2Findex.htm&cm_mmc=WebPortal-_-YHOO-_-CPM-_-TXTHP">
  196. Error Line 3130, Column 1060: reference to entity "SID" for which no system identifier could be generated.
    …harebuilder.com/affiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome%2F

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

  197. Info Line 3130, Column 632: entity was defined here.
    …ww.sharebuilder.com/affiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcom
  198. Error Line 3130, Column 1083: reference to entity "MGDURL" for which no system identifier could be generated.
    …tes/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome%2F25offer%2Findex.htm&cm_

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

  199. Info Line 3130, Column 652: entity was defined here.
    …affiliates/?PC=sb&SID=480035263015003&MGDURL=Web%2Fwelcome%2F25offer%2Findex.
  200. Error Line 3130, Column 1126: reference to entity "cm_mmc" for which no system identifier could be generated.
    …Fwelcome%2F25offer%2Findex.htm&cm_mmc=WebPortal-_-YHOO-_-CPM-_-TXTHP">Start i

    This is usually a cascading error caused by 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 3130, Column 695: entity was defined here.
    …L=Web%2Fwelcome%2F25offer%2Findex.htm&cm_mmc=WebPortal-_-YHOO-_-CPM-_-TXTHP">
  202. Error Line 3130, Column 1212: required attribute "TYPE" not specified.
    …today</a>.<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>.

  203. Error Line 3133, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142abrm5s%2fX%3d1193669459%2fE%3d271614

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

  204. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  205. Error Line 3133, Column 268: reference to entity "U" for which no system identifier could be generated.
    …499%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13b1oime5%2fN%3dZGzcUtGDJGM-%2fC%3d6159

    This is usually a cascading error caused by 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 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  207. Error Line 3133, Column 362: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …271.9413843%2fD%3dMKP1%2fB%3d4936625"></noscript><hr size=1 noshade><a href="

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  208. Error Line 3133, Column 373: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dMKP1%2fB%3d4936625"></noscript><hr size=1 noshade><a href="http://us.a

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  209. Error Line 3133, Column 392: "NOSHADE" is not a member of a group specified for any attribute.
    …936625"></noscript><hr size=1 noshade><a href="http://us.ard.yahoo.com/SIG=12

  210. Error Line 3133, Column 754: required attribute "TYPE" not specified.
    …erica</a>.<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>.

  211. Error Line 3136, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142bcf3cq%2fX%3d1193669459%2fE%3d271614

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

  212. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  213. Error Line 3136, Column 268: reference to entity "U" for which no system identifier could be generated.
    …774%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13b990f9g%2fN%3dZWzcUtGDJGM-%2fC%3d5768

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

  214. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  215. Error Line 3136, Column 362: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …297.9413843%2fD%3dMKP1%2fB%3d4987139"></noscript>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  216. Error Line 3136, Column 373: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dMKP1%2fB%3d4987139"></noscript>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  217. Error Line 3138, Column 27: 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>.

  218. Error Line 3141, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=1425288cr%2fX%3d1193669459%2fE%3d271614

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

  219. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  220. Error Line 3141, Column 268: reference to entity "U" for which no system identifier could be generated.
    …798%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=128ch22on%2fN%3dZmzcUtGDJGM-%2fC%3d-2%2

    This is usually a cascading error caused by 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 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  222. Error Line 3141, Column 327: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …tGDJGM-%2fC%3d-2%2fD%3dMKP4%2fB%3d-2"></noscript></div>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  223. Error Line 3141, Column 338: end tag for "NOSCRIPT" which is not finished.
    …%3d-2%2fD%3dMKP4%2fB%3d-2"></noscript></div>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  224. Error Line 3217, Column 7: required attribute "TYPE" not specified.
    <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>.

  225. Error Line 3232, Column 110: end tag for element "A" which is not open.
    …EIGHT=200 BORDER=0 alt="'+text+'"></A>';

    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.

  226. Error Line 3238, Column 144: character "\" not allowed in end tag.
    …sh.ShockwaveFlash."&nfv)))\n\</script\>\n');

  227. Error Line 3250, Column 73: element "FONT" undefined.
    …ign=center><font face=verdana size=-2><b><a href="'+red+'R=3/id=txt/*'+tred+'

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

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  228. Error Line 3250, Column 184: there is no attribute "TARGET".
    …d+'R=2/id=survey/*'+survey+'" target="_blank">Ad Feedback</a></font></td></tr

    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.

  229. Error Line 3251, Column 8: end tag for element "SCRIPT" which is not open.
    </script><script language=javascript>

    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.

  230. Error Line 3251, Column 36: required attribute "TYPE" not specified.
    </script><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>.

  231. Error Line 3254, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142ema5ih%2fX%3d1193669459%2fE%3d271614

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

  232. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  233. Error Line 3254, Column 268: reference to entity "U" for which no system identifier could be generated.
    …031%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bnconph%2fN%3dZ2zcUtGDJGM-%2fC%3d5845

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

  234. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  235. Error Line 3254, Column 362: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …568.7674020%2fD%3dFPAD%2fB%3d4987841"></noscript></div>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  236. Error Line 3254, Column 373: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dFPAD%2fB%3d4987841"></noscript></div>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  237. Error Line 3262, Column 6: required attribute "TYPE" not specified.
    <style>

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

  238. Error Line 3262, Column 6: document type does not allow element "STYLE" here.
    <style>

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

  239. Error Line 3278, Column 33: required attribute "TYPE" not specified.
    </div><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>.

  240. Error Line 3281, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142svm87h%2fX%3d1193669459%2fE%3d271614

    This is usually a cascading error caused by 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 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  242. Error Line 3281, Column 268: reference to entity "U" for which no system identifier could be generated.
    …320%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13c6eeb62%2fN%3daGzcUtGDJGM-%2fC%3d3888

    This is usually a cascading error caused by 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 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  244. Error Line 3281, Column 363: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …33.10360830%2fD%3dMNTL%2fB%3d4958782"></noscript></div>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  245. Error Line 3281, Column 374: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dMNTL%2fB%3d4958782"></noscript></div>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  246. Error Line 3283, Column 23: document type does not allow element "STYLE" here.
    	<style type="text/css">#pulse h3{font:bold 114% arial;text-align:left;color:#55

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

  247. Warning Line 3283, Column 705: NET-enabling start-tag requires SHORTTAG YES.
    …n's Halloween Costumes </h3><a href=s/717861/*-http://shopping.yahoo.com/s:Co

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  248. Error Line 3283, Column 1160: end tag for element "A" which is not open.
    …stumes " width="139" height="119"></a><ol><li class="tt1"><a href=s/717924/*-

    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.

  249. Warning Line 3283, Column 1190: NET-enabling start-tag requires SHORTTAG YES.
    …19"></a><ol><li class="tt1"><a href=s/717924/*-http://shopping.yahoo.com/s:Co

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  250. Error Line 3283, Column 1508: end tag for element "A" which is not open.
    …uIENvc3R1bWVz> Supergirl Costumes </a></li><li class="tt2"><a href=s/717863/*

    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.

  251. Warning Line 3283, Column 1539: NET-enabling start-tag requires SHORTTAG YES.
    …es </a></li><li class="tt2"><a href=s/717863/*-http://shopping.yahoo.com/s:Co

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  252. Error Line 3283, Column 1828: end tag for element "A" which is not open.
    …Vz?keyword=adult> Maiden Costumes </a></li><li class="tt3"><a href=s/717864/*

    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.

  253. Warning Line 3283, Column 1859: NET-enabling start-tag requires SHORTTAG YES.
    …es </a></li><li class="tt3"><a href=s/717864/*-http://shopping.yahoo.com/s:Co

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  254. Error Line 3283, Column 2179: end tag for element "A" which is not open.
    …rden+-child+-cute> Fairy Costumes </a></li><li class="tt4"><a href=s/717865/*

    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.

  255. Warning Line 3283, Column 2210: NET-enabling start-tag requires SHORTTAG YES.
    …es </a></li><li class="tt4"><a href=s/717865/*-http://shopping.yahoo.com/s:Co

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  256. Error Line 3283, Column 2667: end tag for element "A" which is not open.
    …+-toddler> Princess Leia Costumes </a></li><li class="tt5"><a href=s/717866/*

    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.

  257. Warning Line 3283, Column 2698: NET-enabling start-tag requires SHORTTAG YES.
    …es </a></li><li class="tt5"><a href=s/717866/*-http://shopping.yahoo.com/s:Co

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  258. Error Line 3283, Column 3001: end tag for element "A" which is not open.
    …rd=-child+adult> Dorothy Costumes </a></li><li class="tt6"><a href=s/717867/*

    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.

  259. Warning Line 3283, Column 3032: NET-enabling start-tag requires SHORTTAG YES.
    …es </a></li><li class="tt6"><a href=s/717867/*-http://shopping.yahoo.com/s:Co

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  260. Error Line 3283, Column 3321: end tag for element "A" which is not open.
    …Vz?keyword=adult> Pirate Costumes </a></li></ol></div><a class=btn-more href=

    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.

  261. Warning Line 3283, Column 3362: NET-enabling start-tag requires SHORTTAG YES.
    …i></ol></div><a class=btn-more href=s/717868/*-http://shopping.yahoo.com/b:Ha

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

  262. Error Line 3283, Column 3632: end tag for element "A" which is not open.
    …N0dW1lcw-->&#187;  More Halloween </a></div>	<div id="popsearch" class="md">

    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.

  263. Warning Line 3287, Column 94: cannot generate system identifier for general entity "cs".
    …oo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California W

    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.

  264. Error Line 3287, Column 94: general entity "cs" not defined and no default entity.
    …oo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California W

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

  265. Error Line 3287, Column 96: reference to entity "cs" for which no system identifier could be generated.
    ….com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wil

    This is usually a cascading error caused by 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 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  267. Warning Line 3287, Column 100: cannot generate system identifier for general entity "sado".
    …/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfir

    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.

  268. Error Line 3287, Column 100: general entity "sado" not defined and no default entity.
    …/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfir

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

  269. Error Line 3287, Column 104: reference to entity "sado" for which no system identifier could be generated.
    …rch?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</

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

  270. Info Line 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  271. Warning Line 3287, Column 107: cannot generate system identifier for general entity "fr".
    …?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a><

    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.

  272. Error Line 3287, Column 107: general entity "fr" not defined and no default entity.
    …?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a><

    This is usually a cascading error caused by 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. Error Line 3287, Column 109: reference to entity "fr" for which no system identifier could be generated.
    …=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a></…

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

  274. Info Line 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  275. Error Line 3289, Column 81: reference to entity "cs" for which no system identifier could be generated.
    …h.yahoo.com/search?p=Gabriel+Aubry&cs=bz&sado=1&fr=fp-buzzmod">Gabriel Aubry<

    This is usually a cascading error caused by 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 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  277. Error Line 3289, Column 89: reference to entity "sado" for which no system identifier could be generated.
    …com/search?p=Gabriel+Aubry&cs=bz&sado=1&fr=fp-buzzmod">Gabriel Aubry</a></li>

    This is usually a cascading error caused by 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 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  279. Error Line 3289, Column 94: reference to entity "fr" for which no system identifier could be generated.
    …earch?p=Gabriel+Aubry&cs=bz&sado=1&fr=fp-buzzmod">Gabriel Aubry</a></li>

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

  280. Info Line 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  281. Error Line 3291, Column 76: reference to entity "cs" for which no system identifier could be generated.
    …search.yahoo.com/search?p=Bullying&cs=bz&sado=1&fr=fp-buzzmod">Bullying</a></

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

  282. Info Line 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  283. Error Line 3291, Column 84: reference to entity "sado" for which no system identifier could be generated.
    …ahoo.com/search?p=Bullying&cs=bz&sado=1&fr=fp-buzzmod">Bullying</a></li>

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

  284. Info Line 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  285. Error Line 3291, Column 89: reference to entity "fr" for which no system identifier could be generated.
    …com/search?p=Bullying&cs=bz&sado=1&fr=fp-buzzmod">Bullying</a></li>

    This is usually a cascading error caused by 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 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  287. Error Line 3293, Column 73: reference to entity "cs" for which no system identifier could be generated.
    …://search.yahoo.com/search?p=Rambo&cs=bz&sado=1&fr=fp-buzzmod">Rambo</a></li>

    This is usually a cascading error caused by 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 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  289. Error Line 3293, Column 81: reference to entity "sado" for which no system identifier could be generated.
    …h.yahoo.com/search?p=Rambo&cs=bz&sado=1&fr=fp-buzzmod">Rambo</a></li>

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

  290. Info Line 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  291. Error Line 3293, Column 86: reference to entity "fr" for which no system identifier could be generated.
    …oo.com/search?p=Rambo&cs=bz&sado=1&fr=fp-buzzmod">Rambo</a></li>

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

  292. Info Line 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  293. Error Line 3295, Column 82: reference to entity "cs" for which no system identifier could be generated.
    ….yahoo.com/search?p=Curt+Schilling&cs=bz&sado=1&fr=fp-buzzmod">Curt Schilling

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

  294. Info Line 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  295. Error Line 3295, Column 90: reference to entity "sado" for which no system identifier could be generated.
    …om/search?p=Curt+Schilling&cs=bz&sado=1&fr=fp-buzzmod">Curt Schilling</a></…

    This is usually a cascading error caused by 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 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  297. Error Line 3295, Column 95: reference to entity "fr" for which no system identifier could be generated.
    …arch?p=Curt+Schilling&cs=bz&sado=1&fr=fp-buzzmod">Curt Schilling</a></li>

    This is usually a cascading error caused by 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 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  299. Error Line 3297, Column 92: reference to entity "cs" for which no system identifier could be generated.
    …yahoo.com/search?p=Charlize+Theron&cs=bz&sado=1&fr=fp-buzzmod">Charlize Thero

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

  300. Info Line 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  301. Error Line 3297, Column 100: reference to entity "sado" for which no system identifier could be generated.
    …m/search?p=Charlize+Theron&cs=bz&sado=1&fr=fp-buzzmod">Charlize Theron</a></…

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

  302. Info Line 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  303. Error Line 3297, Column 105: reference to entity "fr" for which no system identifier could be generated.
    …rch?p=Charlize+Theron&cs=bz&sado=1&fr=fp-buzzmod">Charlize Theron</a></li>

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

  304. Info Line 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  305. Error Line 3299, Column 79: reference to entity "cs" for which no system identifier could be generated.
    …rch.yahoo.com/search?p=Joey+Logano&cs=bz&sado=1&fr=fp-buzzmod">Joey Logano</a

    This is usually a cascading error caused by 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 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  307. Error Line 3299, Column 87: reference to entity "sado" for which no system identifier could be generated.
    …o.com/search?p=Joey+Logano&cs=bz&sado=1&fr=fp-buzzmod">Joey Logano</a></li>

    This is usually a cascading error caused by 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 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  309. Error Line 3299, Column 92: reference to entity "fr" for which no system identifier could be generated.
    …/search?p=Joey+Logano&cs=bz&sado=1&fr=fp-buzzmod">Joey Logano</a></li>

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

  310. Info Line 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  311. Error Line 3301, Column 80: reference to entity "cs" for which no system identifier could be generated.
    …ch.yahoo.com/search?p=Holiday+Jobs&cs=bz&sado=1&fr=fp-buzzmod">Holiday Jobs</

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

  312. Info Line 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  313. Error Line 3301, Column 88: reference to entity "sado" for which no system identifier could be generated.
    ….com/search?p=Holiday+Jobs&cs=bz&sado=1&fr=fp-buzzmod">Holiday Jobs</a></li>

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

  314. Info Line 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  315. Error Line 3301, Column 93: reference to entity "fr" for which no system identifier could be generated.
    …search?p=Holiday+Jobs&cs=bz&sado=1&fr=fp-buzzmod">Holiday Jobs</a></li>

    This is usually a cascading error caused by 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 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  317. Error Line 3303, Column 87: reference to entity "cs" for which no system identifier could be generated.
    …o.com/search?p=Sugar+Cookie+Recipe&cs=bz&sado=1&fr=fp-buzzmod">Sugar Cookie R

    This is usually a cascading error caused by 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 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  319. Error Line 3303, Column 95: reference to entity "sado" for which no system identifier could be generated.
    …arch?p=Sugar+Cookie+Recipe&cs=bz&sado=1&fr=fp-buzzmod">Sugar Cookie Recipe</a

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

  320. Info Line 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  321. Error Line 3303, Column 100: reference to entity "fr" for which no system identifier could be generated.
    …p=Sugar+Cookie+Recipe&cs=bz&sado=1&fr=fp-buzzmod">Sugar Cookie Recipe</a></…

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

  322. Info Line 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  323. Error Line 3305, Column 81: reference to entity "cs" for which no system identifier could be generated.
    …ch.yahoo.com/search?p=James+Taylor&cs=bz&sado=1&fr=fp-buzzmod">James Taylor</

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

  324. Info Line 3287, Column 93: entity was defined here.
    …hoo.com/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California 
  325. Error Line 3305, Column 89: reference to entity "sado" for which no system identifier could be generated.
    ….com/search?p=James+Taylor&cs=bz&sado=1&fr=fp-buzzmod">James Taylor</a></li>

    This is usually a cascading error caused by 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 3287, Column 99: entity was defined here.
    …m/search?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfi
  327. Error Line 3305, Column 94: reference to entity "fr" for which no system identifier could be generated.
    …search?p=James+Taylor&cs=bz&sado=1&fr=fp-buzzmod">James Taylor</a></li>

    This is usually a cascading error caused by 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 3287, Column 106: entity was defined here.
    …h?p=California+Wildfires&cs=bz&sado=1&fr=fp-buzzmod">California Wildfires</a>
  329. Error Line 3338, Column 5: end tag for element "DIV" which is not open.
    </div>

    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.

  330. Error Line 3341, Column 27: 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>.

  331. Error Line 3344, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142j8u8gj%2fX%3d1193669459%2fE%3d271614

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

  332. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  333. Error Line 3344, Column 268: reference to entity "U" for which no system identifier could be generated.
    …364%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=127frmc3o%2fN%3dbGzcUtGDJGM-%2fC%3d-1%2

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

  334. Info Line 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  335. Error Line 3344, Column 326: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …UtGDJGM-%2fC%3d-1%2fD%3dSIP%2fB%3d-1"></noscript><script language=javascript>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  336. Error Line 3344, Column 337: end tag for "NOSCRIPT" which is not finished.
    …C%3d-1%2fD%3dSIP%2fB%3d-1"></noscript><script language=javascript>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  337. Error Line 3344, Column 365: required attribute "TYPE" not specified.
    …/noscript><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>.

  338. Error Line 3347, Column 122: reference to entity "T" for which no system identifier could be generated.
    …ES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=142vfolsi%2fX%3d1193669459%2fE%3d271614

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

  339. Info Line 2636, Column 120: entity was defined here.
    …hhES0zpKO_cf_RvwJeCZfRyEEfkcl81MACCnl&T=141bn7bbs%2fX%3d1193669459%2fE%3d2716
  340. Error Line 3347, Column 268: reference to entity "U" for which no system identifier could be generated.
    …905%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=139gs4fc6%2fN%3daWzcUtGDJGM-%2fC%3d2240

    This is usually a cascading error caused by 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 2636, Column 265: entity was defined here.
    …79934%2fQ%3d-1%2fS%3d1%2fJ%3d92CEB444&U=13bhme6iu%2fN%3dTGzcUtGDJGM-%2fC%3d38
  342. Error Line 3347, Column 360: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …622.2012076%2fD%3dFOOT%2fB%3d1088125"></noscript><noscript><img src="r/dw" st

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  343. Error Line 3347, Column 371: end tag for "NOSCRIPT" which is not finished.
    …%2fD%3dFOOT%2fB%3d1088125"></noscript><noscript><img src="r/dw" style="positi

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  344. Error Line 3347, Column 464: required attribute "ALT" not specified.
    …:-2000px;top:0;" height="1" width="1"></noscript>

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

  345. Error Line 3347, Column 464: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag.
    …:-2000px;top:0;" height="1" width="1"></noscript>

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  346. Error Line 3347, Column 475: end tag for "NOSCRIPT" which is not finished.
    …p:0;" height="1" width="1"></noscript>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

  347. Error Line 3525, Column 151: end tag for element "A" which is not open.
    …result" class="vs_answers">Answers</a></li><li><a href="r/aw/*-http://audio.s

    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.

  348. Error Line 3525, Column 156: end tag for element "LI" which is not open.
    …t" class="vs_answers">Answers</a></li><li><a href="r/aw/*-http://audio.search

    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.

  349. Error Line 3525, Column 246: end tag for element "A" which is not open.
    …arch/audio" class="vs_audio">Audio</a></li><li><a href="r/b0/*-http://search.

    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.

  350. Error Line 3525, Column 251: end tag for element "LI" which is not open.
    …audio" class="vs_audio">Audio</a></li><li><a href="r/b0/*-http://search.yahoo

    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.

  351. Error Line 3525, Column 341: end tag for element "A" which is not open.
    …ir" class="vs_directory">Directory</a></li><li><a href="r/b4/*-http://hotjobs

    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.

  352. Error Line 3525, Column 346: end tag for element "LI" which is not open.
    …lass="vs_directory">Directory</a></li><li><a href="r/b4/*-http://hotjobs.yaho

    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.

  353. Error Line 3525, Column 456: end tag for element "A" which is not open.
    …results.html" class="vs_jobs">Jobs</a></li><li><a href="r/b1/*-http://news.se

    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.

  354. Error Line 3525, Column 461: end tag for element "LI" which is not open.
    …ts.html" class="vs_jobs">Jobs</a></li><li><a href="r/b1/*-http://news.search.

    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.

  355. Error Line 3525, Column 547: end tag for element "A" which is not open.
    …/search/news" class="vs_news">News</a></li><li class="last"><a href="r/cq">Al

    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.

  356. Error Line 3525, Column 552: end tag for element "LI" which is not open.
    …ch/news" class="vs_news">News</a></li><li class="last"><a href="r/cq">All Sea

    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.

  357. Error Line 3525, Column 607: end tag for element "A" which is not open.
    …<a href="r/cq">All Search Services</a></li></ul><span></span><ul class="vslis

    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.

  358. Error Line 3525, Column 612: end tag for element "LI" which is not open.
    …ef="r/cq">All Search Services</a></li></ul><span></span><ul class="vslist"><l

    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.

  359. Error Line 3525, Column 617: end tag for element "UL" which is not open.
    …/cq">All Search Services</a></li></ul><span></span><ul class="vslist"><li cla

    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.

  360. Error Line 3525, Column 630: end tag for element "SPAN" which is not open.
    …ch Services</a></li></ul><span></span><ul class="vslist"><li class="first"><a

    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.

  361. Error Line 3525, Column 706: end tag for element "A" which is not open.
    …a href="r/bt">Advertising Programs</a></li></ul></div>';

    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.

  362. Error Line 3525, Column 711: end tag for element "LI" which is not open.
    …f="r/bt">Advertising Programs</a></li></ul></div>';

    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.

  363. Error Line 3525, Column 716: end tag for element "UL" which is not open.
    …bt">Advertising Programs</a></li></ul></div>';

    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.

  364. Error Line 3525, Column 722: end tag for element "DIV" which is not open.
    …vertising Programs</a></li></ul></div>';

    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.

  365. Error Line 3526, Column 157: end tag for element "SPAN" which is not open.
    …<span>Businesses &amp; Services</span></label><label for="scsz" class="cszlab

    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.

  366. Error Line 3526, Column 165: end tag for element "LABEL" which is not open.
    …sinesses &amp; Services</span></label><label for="scsz" class="cszlabel1">in<

    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.

  367. Error Line 3526, Column 211: end tag for element "LABEL" which is not open.
    …or="scsz" class="cszlabel1">in</label><label for="scsz" class="cszlabel2"><in

    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.

  368. Error Line 3526, Column 346: end tag for element "SPAN" which is not open.
    …an>Address, City, State, or Zip</span></label>';

    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.

  369. Error Line 3526, Column 354: end tag for element "LABEL" which is not open.
    …ss, City, State, or Zip</span></label>';

    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.

  370. Error Line 3530, Column 43: end tag for element "A" which is not open.
    … "go to <a href='r/lm'>Yahoo! Mail</a> to get your mail.</li><li class='last'

    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.

  371. Error Line 3530, Column 66: end tag for element "LI" which is not open.
    …Yahoo! Mail</a> to get your mail.</li><li class='last'><a href='r/ll'>&#187; 

    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.

  372. Error Line 3539, Column 48: end tag for element "A" which is not open.
    …to <a href='r/p4'>Yahoo! Messenger</a> to see your online contacts.</li><li c

    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.

  373. Error Line 3539, Column 82: end tag for element "LI" which is not open.
    …</a> to see your online contacts.</li><li class='last'><a href='ymsgr:SendIM'

    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.

  374. Error Line 3548, Column 46: end tag for element "A" which is not open.
    …o to <a href='r/wf'>Yahoo! Weather</a> to get the local weather.</li><li clas

    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.

  375. Error Line 3548, Column 77: end tag for element "LI" which is not open.
    …her</a> to get the local weather.</li><li class='last'><a href='r/wf'>&#187; 

    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.

  376. Error Line 3556, Column 44: end tag for element "A" which is not open.
    …"go to <a href='r/kf'>Yahoo! Local</a> to get the local traffic.</li><li clas

    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.

  377. Error Line 3556, Column 75: end tag for element "LI" which is not open.
    …cal</a> to get the local traffic.</li><li class='last'><a href='r/kf'>&#187; 

    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.

  378. Error Line 3564, Column 44: end tag for element "A" which is not open.
    …"go to <a href='r/kf'>Yahoo! Local</a> to get the local events.</li><li class

    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.

  379. Error Line 3564, Column 74: end tag for element "LI" which is not open.
    …ocal</a> to get the local events.</li><li class='last'><a href='r/kf'>&#187; 

    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.

  380. Error Line 3572, Column 47: end tag for element "A" which is not open.
    …3><a href='r/uc'>LAUNCHcast Radio:</a> <em><a href='r/ud'>Featured stations</

    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.

  381. Error Line 3572, Column 88: end tag for element "A" which is not open.
    …m><a href='r/ud'>Featured stations</a></em></h3><div class='station'><div cla

    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.

  382. Error Line 3572, Column 93: end tag for element "EM" which is not open.
    …href='r/ud'>Featured stations</a></em></h3><div class='station'><div class='s

    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.

  383. Error Line 3572, Column 98: end tag for element "H3" which is not open.
    …'r/ud'>Featured stations</a></em></h3><div class='station'><div class='statio

    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.

  384. Error Line 3572, Column 149: end tag for element "DIV" which is not open.
    …tation'><div class='station-hd'></div><div class='station-bd' class='fixfloat

    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.

  385. Error Line 3572, Column 397: end tag for element "A" which is not open.
    …hoo.com/000/025/969/25969265.jpg'></a><h4><a class='station-name' href='r/ut/

    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.

  386. Error Line 3572, Column 520: end tag for element "A" which is not open.
    …tation.asp?i=341'>Today's Big Hits</a></h4><p class='artists'><a href='r/ut/*

    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.

  387. Error Line 3572, Column 525: end tag for element "H4" which is not open.
    …n.asp?i=341'>Today's Big Hits</a></h4><p class='artists'><a href='r/ut/*-http

    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.

  388. Error Line 3572, Column 675: end tag for element "A" which is not open.
    …Kelly Clarkson, Sean Paul, Beyonce</a></p><a class='listen' href='r/ul/*-http

    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.

  389. Error Line 3572, Column 679: end tag for element "P" which is not open.
    …y Clarkson, Sean Paul, Beyonce</a></p><a class='listen' href='r/ul/*-http://m

    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.

  390. Error Line 3572, Column 976: end tag for element "A" which is not open.
    …341&rp2=0');return false;\">Listen</a></div><div class='station-ft'></div></d

    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.

  391. Error Line 3572, Column 982: end tag for element "DIV" which is not open.
    …2=0');return false;\">Listen</a></div><div class='station-ft'></div></div><a 

    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.

  392. Error Line 3572, Column 1012: end tag for element "DIV" which is not open.
    …a></div><div class='station-ft'></div></div><a class='btn-more' href='r/ua'>&

    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.

  393. Error Line 3572, Column 1018: end tag for element "DIV" which is not open.
    …v><div class='station-ft'></div></div><a class='btn-more' href='r/ua'>&#187; 

    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.

  394. Error Line 3572, Column 1078: end tag for element "A" which is not open.
    …ef='r/ua'>&#187; View All Stations</a><div class='nav'><a class='back' onclic

    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.

  395. Error Line 3572, Column 1221: end tag for element "A" which is not open.
    …urr_stn:1})\" href='r/um'>Previous</a><a class='frwd' onclick=\"return YAHOO.

    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.

  396. Error Line 3572, Column 1342: end tag for element "A" which is not open.
    …t',curr_stn:1})\" href='r/um'>Next</a></div>",

    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.