Errors found while checking this document as HTML 4.01 Strict!

Result: 227 Errors, 19 warning(s)
:
: iso-8859-1
: HTML 4.01 Strict
Root Element: HTML
Options

Help on the options is available.

Notes and Potential Issues

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

  1. Warning Character Encoding Override in effect!

    The detected character encoding "utf-8" has been suppressed and "iso-8859-1" used instead.

↑ Top

Validation Output: 227 Errors

  1. Warning Line 566, Column 110: cannot generate system identifier for general entity "kx"
    …o?kx/ucs/uh/css/287/yunivhead-min.css&kx/ucs/uh/css/221/logo-min.css&kx/ucs/uh…

    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 "&" (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 æ 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.

  2. Error Line 566, Column 110: general entity "kx" not defined and no default entity
    …o?kx/ucs/uh/css/287/yunivhead-min.css&kx/ucs/uh/css/221/logo-min.css&kx/ucs/uh…

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

  3. Error Line 566, Column 112: reference to entity "kx" for which no system identifier could be generated
    …kx/ucs/uh/css/287/yunivhead-min.css&kx/ucs/uh/css/221/logo-min.css&kx/ucs/uh/c…

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

  4. Info Line 566, Column 109: entity was defined here
    …bo?kx/ucs/uh/css/287/yunivhead-min.css&kx/ucs/uh/css/221/logo-min.css&kx/ucs/u…
  5. Error Line 566, Column 143: reference to entity "kx" for which no system identifier could be generated
    ….css&kx/ucs/uh/css/221/logo-min.css&kx/ucs/uh/css/287/yunivhead_https-min.css'…

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

  6. Info Line 566, Column 109: entity was defined here
    …bo?kx/ucs/uh/css/287/yunivhead-min.css&kx/ucs/uh/css/221/logo-min.css&kx/ucs/u…
  7. Warning Line 566, Column 183: NET-enabling start-tag requires SHORTTAG YES
    …cs/uh/css/287/yunivhead_https-min.css'/><style>#yUnivHead{background:none repe…

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

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

  8. Error Line 566, Column 183: document type does not allow element "LINK" here
    …cs/uh/css/287/yunivhead_https-min.css'/><style>#yUnivHead{background:none repe…

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

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

  9. Error Line 566, Column 191: required attribute "TYPE" not specified
    …s/287/yunivhead_https-min.css'/><style>#yUnivHead{background:none repeat scrol…

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

  10. Error Line 566, Column 191: document type does not allow element "STYLE" here
    …s/287/yunivhead_https-min.css'/><style>#yUnivHead{background:none repeat scrol…

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

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

  11. Error Line 566, Column 264: required attribute "TYPE" not specified
    …und:none repeat scroll 0 0 transparent;}</style><style>/*hacks for no doctype*/

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

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

  12. Error Line 566, Column 264: document type does not allow element "STYLE" here
    …und:none repeat scroll 0 0 transparent;}</style><style>/*hacks for no doctype*/

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

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

  13. Error Line 573, Column 108: there is no attribute "DATA-LANG"
    …lass="yucs-en-us yucs-slim" data-lang="en-us" data-property="login">    <a hre…

    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.

  14. Error Line 573, Column 130: there is no attribute "DATA-PROPERTY"
    …slim" data-lang="en-us" data-property="login">    <a href="#yuhead-search" cla…

    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.

  15. Error Line 573, Column 492: there is no attribute "ARIA-LABEL"
    …ucs-toolbar yucs-activate" aria-label="Yahoo! Services">                      …

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

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

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

  16. Error Line 573, Column 548: required attribute "TYPE" not specified
    …                                <style>    #yUnivHead #yuhead-hd #yuhead-mepan…

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

  17. Error Line 573, Column 548: document type does not allow element "STYLE" here
    …                                <style>    #yUnivHead #yuhead-hd #yuhead-mepan…

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

  18. Error Line 573, Column 1491: there is no attribute "TARGET"
    …www.yahoo.com/" rel="nofollow" target="_top">Yahoo!</a></li><li class="yuhead-…

    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.

  19. Error Line 573, Column 1792: required attribute "TYPE" not specified
    …    <div class="yuhead-logo">   <style>      .yuhead-logo h2{        width:147…

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

  20. Error Line 573, Column 1792: document type does not allow element "STYLE" here
    …    <div class="yuhead-logo">   <style>      .yuhead-logo h2{        width:147…

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

  21. Error Line 573, Column 2292: character "-" is not allowed in the value of attribute "TABINDEX"
    …o.com/"       target="_top" tabindex="-1">         Yahoo!      </a>   </h2>   …

    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.

  22. Error Line 573, Column 2423: required attribute "TYPE" not specified
    …ing component --></div>            </div>        </div>                <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>.

  23. Error Line 627, Column 23: 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).

  24. Warning Line 665, Column 215: cannot generate system identifier for general entity "new"
    …42f2v6LoDw--%2526ivt%253D%2526sg%253D&new=1&.done=http%3A//my.yahoo.com&.src=m…

    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.

  25. Error Line 665, Column 215: general entity "new" not defined and no default entity
    …42f2v6LoDw--%2526ivt%253D%2526sg%253D&new=1&.done=http%3A//my.yahoo.com&.src=m…

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

  26. Error Line 665, Column 218: reference to entity "new" for which no system identifier could be generated
    …2v6LoDw--%2526ivt%253D%2526sg%253D&new=1&.done=http%3A//my.yahoo.com&.src=my&.…

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

  27. Info Line 665, Column 214: entity was defined here
    …942f2v6LoDw--%2526ivt%253D%2526sg%253D&new=1&.done=http%3A//my.yahoo.com&.src=…
  28. Warning Line 665, Column 279: cannot generate system identifier for general entity "partner"
    …hoo.com&.src=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&prom…

    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.

  29. Error Line 665, Column 279: general entity "partner" not defined and no default entity
    …hoo.com&.src=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&prom…

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

  30. Error Line 665, Column 286: reference to entity "partner" for which no system identifier could be generated
    …&.src=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.las…

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

  31. Info Line 665, Column 278: entity was defined here
    …ahoo.com&.src=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&pro…
  32. Warning Line 665, Column 298: cannot generate system identifier for general entity "pkg"
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

    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.

  33. Error Line 665, Column 298: general entity "pkg" not defined and no default entity
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

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

  34. Error Line 665, Column 301: reference to entity "pkg" for which no system identifier could be generated
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

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

  35. Info Line 665, Column 297: entity was defined here
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>
  36. Warning Line 665, Column 303: cannot generate system identifier for general entity "stepid"
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

    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.

  37. Error Line 665, Column 303: general entity "stepid" not defined and no default entity
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

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

  38. Error Line 665, Column 309: reference to entity "stepid" for which no system identifier could be generated
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

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

  39. Info Line 665, Column 302: entity was defined here
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>
  40. Warning Line 665, Column 315: cannot generate system identifier for general entity "promo"
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

    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.

  41. Error Line 665, Column 315: general entity "promo" not defined and no default entity
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

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

  42. Error Line 665, Column 320: reference to entity "promo" for which no system identifier could be generated
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>

    This is usually a cascading error caused by 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 665, Column 314: entity was defined here
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>
  44. Error Line 669, Column 31: 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).

  45. Warning Line 696, Column 107: cannot generate system identifier for general entity "ts"
    …oo.com/openid/yrp/signin?idp=facebook&ts=1338801912&.intl=us&.lang=en%2dUS&.do…

    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.

  46. Error Line 696, Column 107: general entity "ts" not defined and no default entity
    …oo.com/openid/yrp/signin?idp=facebook&ts=1338801912&.intl=us&.lang=en%2dUS&.do…

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

  47. Error Line 696, Column 109: reference to entity "ts" for which no system identifier could be generated
    ….com/openid/yrp/signin?idp=facebook&ts=1338801912&.intl=us&.lang=en%2dUS&.done…

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

  48. Info Line 696, Column 106: entity was defined here
    …hoo.com/openid/yrp/signin?idp=facebook&ts=1338801912&.intl=us&.lang=en%2dUS&.d…
  49. Warning Line 696, Column 176: cannot generate system identifier for general entity "rpcrumb"
    …%2dUS&.done=http%3A%2F%2Fmy.yahoo.com&rpcrumb=&.src=my" class="secondaryCta" t…

    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.

  50. Error Line 696, Column 176: general entity "rpcrumb" not defined and no default entity
    …%2dUS&.done=http%3A%2F%2Fmy.yahoo.com&rpcrumb=&.src=my" class="secondaryCta" t…

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

  51. Error Line 696, Column 183: reference to entity "rpcrumb" for which no system identifier could be generated
    …done=http%3A%2F%2Fmy.yahoo.com&rpcrumb=&.src=my" class="secondaryCta" target="…

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

  52. Info Line 696, Column 175: entity was defined here
    …n%2dUS&.done=http%3A%2F%2Fmy.yahoo.com&rpcrumb=&.src=my" class="secondaryCta" …
  53. Error Line 700, Column 107: reference to entity "ts" for which no system identifier could be generated
    …oo.com/openid/yrp/signin?idp=google&ts=1338801912&.intl=us&.lang=en%2dUS&.done…

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

  54. Info Line 696, Column 106: entity was defined here
    …hoo.com/openid/yrp/signin?idp=facebook&ts=1338801912&.intl=us&.lang=en%2dUS&.d…
  55. Error Line 700, Column 181: reference to entity "rpcrumb" for which no system identifier could be generated
    …done=http%3A%2F%2Fmy.yahoo.com&rpcrumb=&.src=my" class="secondaryCta" target="…

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

  56. Info Line 696, Column 175: entity was defined here
    …n%2dUS&.done=http%3A%2F%2Fmy.yahoo.com&rpcrumb=&.src=my" class="secondaryCta" …
  57. Error Line 705, Column 16: 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>.

  58. Error Line 721, Column 97: there is no attribute "AUTOCOMPLETE"
    …yahoo.com/config/login?" autocomplete="" name="login_form" id="login_form" ons…

    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.

  59. Error Line 723, Column 61: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".tries" value="1">

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

  60. Error Line 724, Column 60: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".src" value="my">

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

  61. Error Line 725, Column 58: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".md5" value="">

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

  62. Error Line 726, Column 59: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".hash" value="">

    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 727, Column 57: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".js" value="">

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

  64. Error Line 728, Column 59: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".last" value="">

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

  65. Error Line 729, Column 59: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name="promo" value="">

    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 730, Column 61: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".intl" value="us">

    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 731, Column 52: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    				<input type="hidden" name=".lang" value="en-US">

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

  68. Error Line 732, Column 61: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".bypass" value="">

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

  69. Error Line 733, Column 62: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".partner" value="">

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

  70. Error Line 734, Column 69: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".u" value="6cb663h7sovno">

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

  71. Error Line 735, Column 57: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".v" value="0">

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

  72. Error Line 736, Column 92: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    …   <input type="hidden" name=".challenge" value="qoIb_3xd4k8U8EPC7BUbTL0x4htC">

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

  73. Error Line 737, Column 60: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".yplus" value="">

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

  74. Error Line 738, Column 64: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".emailCode" value="">

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

  75. Error Line 739, Column 57: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name="pkg" value="">

    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 740, Column 60: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name="stepid" value="">

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

  77. Error Line 741, Column 57: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".ev" value="">

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

  78. Error Line 742, Column 62: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name="hasMsgr" value="0">

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

  79. Error Line 743, Column 60: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".chkP" value="Y">

    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. Error Line 744, Column 78: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
                    <input type="hidden" name=".done" value="http://my.yahoo.com">

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

  81. Warning Line 745, Column 65: cannot generate system identifier for general entity "c"
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg="…

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  82. Error Line 745, Column 65: general entity "c" not defined and no default entity
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg="…

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

  83. Error Line 745, Column 66: reference to entity "c" for which no system identifier could be generated
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">

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

  84. Info Line 745, Column 64: entity was defined here
    …pe="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=…
  85. Warning Line 745, Column 96: cannot generate system identifier for general entity "ivt"
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">

    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.

  86. Error Line 745, Column 96: general entity "ivt" not defined and no default entity
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">

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

  87. Error Line 745, Column 99: reference to entity "ivt" for which no system identifier could be generated
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">

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

  88. Info Line 745, Column 95: entity was defined here
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">
  89. Warning Line 745, Column 101: cannot generate system identifier for general entity "sg"
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">

    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.

  90. Error Line 745, Column 101: general entity "sg" not defined and no default entity
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">

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

  91. Error Line 745, Column 103: reference to entity "sg" for which no system identifier could be generated
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">

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

  92. Info Line 745, Column 100: entity was defined here
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">
  93. Error Line 745, Column 105: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    …e="hidden" name=".pd" value="my_ver=0&c=aMtFxUmp2e6zaBL942f2v6LoDw--&ivt=&sg=">

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

  94. Error Line 746, Column 41: value of attribute "ID" invalid: "." cannot start a name
    				<input type="hidden" name=".ws" id=".ws" value="0">

    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. Error Line 746, Column 55: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    				<input type="hidden" name=".ws" id=".ws" value="0">

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

  96. Error Line 747, Column 41: value of attribute "ID" invalid: "." cannot start a name
    				<input type="hidden" name=".cp" id=".cp" value="0">		

    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. Error Line 747, Column 55: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    				<input type="hidden" name=".cp" id=".cp" value="0">		

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

  98. Error Line 748, Column 45: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    				<input type="hidden" name="nr" value="0">

    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 750, Column 55: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    				<input type="hidden" name="pad" id="pad" value="6">

    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 751, Column 55: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    				<input type="hidden" name="aad" id="aad" value="6">

    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. Error Line 779, Column 39: value of attribute "ID" invalid: "." cannot start a name
                <button type='submit' id='.save' name='.save' class='secondaryCta' …

    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.

  102. Error Line 811, Column 129: reference to entity "partner" for which no system identifier could be generated
    …=http%3A//my.yahoo.com&.src=my&partner=&.intl=us&.lang=en-US&pkg=&stepid=&.pd=…

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

  103. Info Line 665, Column 278: entity was defined here
    …ahoo.com&.src=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&pro…
  104. Error Line 811, Column 155: reference to entity "pkg" for which no system identifier could be generated
    …c=my&partner=&.intl=us&.lang=en-US&pkg=&stepid=&.pd=my_ver%3d0%26c=aMtFxUmp2e6…

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

  105. Info Line 665, Column 297: entity was defined here
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>
  106. Error Line 811, Column 163: reference to entity "stepid" for which no system identifier could be generated
    …tner=&.intl=us&.lang=en-US&pkg=&stepid=&.pd=my_ver%3d0%26c=aMtFxUmp2e6zaBL942f…

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

  107. Info Line 665, Column 302: entity was defined here
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>
  108. Error Line 813, Column 164: reference to entity "promo" for which no system identifier could be generated
    …0&.u=6cb663h7sovno&.last=&.last=&promo=&.bypass=&.partner=&pkg=&stepid=&.pd=my…

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

  109. Info Line 665, Column 314: entity was defined here
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>
  110. Error Line 813, Column 188: reference to entity "pkg" for which no system identifier could be generated
    …=&.last=&promo=&.bypass=&.partner=&pkg=&stepid=&.pd=my_ver%253D0%2526c%253DaMt…

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

  111. Info Line 665, Column 297: entity was defined here
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>
  112. Error Line 813, Column 196: reference to entity "stepid" for which no system identifier could be generated
    …&promo=&.bypass=&.partner=&pkg=&stepid=&.pd=my_ver%253D0%2526c%253DaMtFxUmp2e6…

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

  113. Info Line 665, Column 302: entity was defined here
    …rc=my&.v=0&.u=6cb663h7sovno&partner=&.partner=&pkg=&stepid=&.p=&promo=&.last='>
  114. Error Line 837, Column 24: 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).

  115. Error Line 855, Column 17: document type does not allow element "SPAN" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
    <span id="cache"></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>").

  116. Error Line 862, Column 104: required attribute "TYPE" not specified
    …lib/reg/js/yahoo_container-min_json-min_connection_main-min-new.js"></script>		

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

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

  117. Error Line 914, Column 59: end tag for element "STRONG" which is not open
    …strong>Invalid ID or password.</strong><br/> Please try again using your full …

    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.

  118. Error Line 927, Column 59: end tag for element "STRONG" which is not open
    …strong>Invalid ID or password.</strong><br/> Please try again using your full …

    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.

  119. Error Line 931, Column 61: end tag for element "STRONG" which is not open
    …rong>This ID is not yet taken.</strong><br>Are you trying to <a href="https://…

    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.

  120. Error Line 931, Column 282: end tag for element "A" which is not open
    …rtner=&.p=&promo=&.last=&.testid=sprads_tst"> register</a> for a new account?';

    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.

  121. Error Line 935, Column 59: end tag for element "STRONG" which is not open
    …strong>Invalid ID or password.</strong><br/> Please try again using your full …

    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.

  122. Error Line 953, Column 59: end tag for element "STRONG" which is not open
    …strong>Invalid ID or password.</strong><br/> Please try again using your full …

    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.

  123. Error Line 958, Column 59: end tag for element "STRONG" which is not open
    …strong>Invalid ID or password.</strong><br/> Please try again using your full …

    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.

  124. Error Line 966, Column 98: end tag for element "DIV" which is not open
    …rrClNm+'">Invalid code: try again</div><div id="captchaV5"></div><div id="subm…

    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. Error Line 966, Column 124: end tag for element "DIV" which is not open
    …y again</div><div id="captchaV5"></div><div id="submitC"><div id="cdiv"><butto…

    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.

  126. Error Line 966, Column 254: end tag for element "BUTTON" which is not open
    …ubmit" name=".saveC" class="primaryCta" tabindex="5">Continue</button></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.

  127. Error Line 966, Column 260: end tag for element "DIV" which is not open
    …ubmit" name=".saveC" class="primaryCta" tabindex="5">Continue</button></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.

  128. Error Line 987, Column 58: end tag for element "STRONG" which is not open
    …strong>Invalid ID or password.</strong><br/> Please try again using your full …

    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.

  129. Error Line 1010, Column 119: end tag for element "A" which is not open
    …rom a device we don't recognize. <a href='' id='pwqa_why_popup'>Learn why</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.

  130. Error Line 1033, Column 106: end tag for element "SPAN" which is not open
    …t : "A verification code has been sent to <span class='strong'>{email}</span>",

    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.

  131. Error Line 1039, Column 210: end tag for element "A" which is not open
    …{lock_link}' target='_blank'>Yahoo! Customer Care</a> for further assistance.",

    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.

  132. Error Line 1048, Column 594: end tag for element "A" which is not open
    … about <a href='{learn_link}' target='_blank'>Yahoo!'s privacy practices.</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.

  133. Error Line 1079, Column 116: end tag for element "DIV" which is not open
    …or2">'+secChalStr.locked_header+'</div><div class="lockedContent">'+lck_cnt+'<…

    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.

  134. Error Line 1079, Column 160: end tag for element "DIV" which is not open
    …class="lockedContent">'+lck_cnt+'</div><div id="submitC"><div id="cdiv"><butto…

    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.

  135. Error Line 1079, Column 321: end tag for element "BUTTON" which is not open
    …ryCta" tabindex="5">'+secChalStr.sec_chal_close+'</button></div></div></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.

  136. Error Line 1079, Column 327: end tag for element "DIV" which is not open
    …ryCta" tabindex="5">'+secChalStr.sec_chal_close+'</button></div></div></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.

  137. Error Line 1079, Column 333: end tag for element "DIV" which is not open
    …ryCta" tabindex="5">'+secChalStr.sec_chal_close+'</button></div></div></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.

  138. Error Line 1079, Column 339: end tag for element "DIV" which is not open
    …ryCta" tabindex="5">'+secChalStr.sec_chal_close+'</button></div></div></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.

  139. Error Line 1238, Column 64: end tag for element "DIV" which is not open
    …<div id="pwqaErr" class="error2"></div><div class="pwqaContent" id="pwqaConten…

    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.

  140. Error Line 1238, Column 243: end tag for element "SPAN" which is not open
    …ntent"><span class="pointer-up"></span><a class="clspopup"><span class="hide-o…

    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.

  141. Error Line 1238, Column 328: end tag for element "SPAN" which is not open
    …n">'+secChalStr.sec_chal_close+'</span></a><p><span class="strong">'+secChalSt…

    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.

  142. Error Line 1238, Column 332: end tag for element "A" which is not open
    …+secChalStr.sec_chal_close+'</span></a><p><span class="strong">'+secChalStr.wh…

    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.

  143. Error Line 1238, Column 391: end tag for element "SPAN" which is not open
    …ng">'+secChalStr.why_recognize+'</span></p><p><ul><li>'+secChalStr.why_point_o…

    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.

  144. Error Line 1238, Column 395: end tag for element "P" which is not open
    …'+secChalStr.why_recognize+'</span></p><p><ul><li>'+secChalStr.why_point_one+'…

    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.

  145. Error Line 1238, Column 439: end tag for element "LI" which is not open
    …l><li>'+secChalStr.why_point_one+'</li><li>'+secChalStr.why_point_two+'</li><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.

  146. Error Line 1238, Column 476: end tag for element "LI" which is not open
    …i><li>'+secChalStr.why_point_two+'</li><li>'+secChalStr.why_point_three+'</li>…

    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.

  147. Error Line 1238, Column 515: end tag for element "LI" which is not open
    …<li>'+secChalStr.why_point_three+'</li></ul></p></div></div><span class="stron…

    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.

  148. Error Line 1238, Column 520: end tag for element "UL" which is not open
    …+secChalStr.why_point_three+'</li></ul></p></div></div><span class="strong">'+…

    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.

  149. Error Line 1238, Column 524: end tag for element "P" which is not open
    …ChalStr.why_point_three+'</li></ul></p></div></div><span class="strong">'+secC…

    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.

  150. Error Line 1238, Column 530: end tag for element "DIV" which is not open
    …r.why_point_three+'</li></ul></p></div></div><span class="strong">'+secChalStr…

    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.

  151. Error Line 1238, Column 536: end tag for element "DIV" which is not open
    …point_three+'</li></ul></p></div></div><span class="strong">'+secChalStr.pwqa_…

    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.

  152. Error Line 1238, Column 591: end tag for element "SPAN" which is not open
    …ong">'+secChalStr.pwqa_content+'</span><span class="next-line">'+secChalStr.pw…

    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.

  153. Error Line 1238, Column 659: end tag for element "SPAN" which is not open
    …ChalStr.pwqa_content_next_line+'</span><div class="pwqa-question"><span>'+ques…

    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.

  154. Error Line 1238, Column 748: end tag for element "SPAN" which is not open
    …span class="small">'+addedDate+'</span></span><input type="input" name=".2ndCh…

    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.

  155. Error Line 1238, Column 755: end tag for element "SPAN" which is not open
    …ass="small">'+addedDate+'</span></span><input type="input" name=".2ndChallenge…

    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.

  156. Error Line 1238, Column 885: end tag for element "DIV" which is not open
    …plete="off" style="width:125px;"></div><input type="hidden" name=".z" id=".z" …

    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.

  157. Error Line 1238, Column 1286: end tag for element "BUTTON" which is not open
    …ss="primaryCta" tabindex="5">'+secChalStr.pwqa_verify_answer+'</button></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.

  158. Error Line 1238, Column 1292: end tag for element "DIV" which is not open
    …ss="primaryCta" tabindex="5">'+secChalStr.pwqa_verify_answer+'</button></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.

  159. Error Line 1249, Column 180: end tag for element "SPAN" which is not open
    …p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="or">&nbsp; '+secChalStr.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.

  160. Error Line 1249, Column 244: end tag for element "SPAN" which is not open
    …+secChalStr.sec_chal_or+'&nbsp; </span><span class="lthru">&nbsp;&nbsp;&nbsp;&…

    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.

  161. Error Line 1249, Column 343: end tag for element "SPAN" which is not open
    …p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></div>'+secChalStr.pwqa_content_aea_tex…

    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.

  162. Error Line 1249, Column 349: end tag for element "DIV" which is not open
    …p;&nbsp;&nbsp;&nbsp;&nbsp;</span></div>'+secChalStr.pwqa_content_aea_text+'<di…

    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.

  163. Error Line 1250, Column 213: end tag for element "BUTTON" which is not open
    …esult, \''+zValue+'\', 0)">'+secChalStr.pwqa_show_verification_cta+'</button>';

    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.

  164. Error Line 1253, Column 196: end tag for element "BUTTON" which is not open
    …="showAEA(s_result, \''+zValue+'\', 1)">'+secChalStr.sec_chal_back+'</button>';

    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.

  165. Error Line 1255, Column 32: end tag for element "DIV" which is not open
                panelBody += '</div></div></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.

  166. Error Line 1255, Column 38: end tag for element "DIV" which is not open
                panelBody += '</div></div></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.

  167. Error Line 1255, Column 44: end tag for element "DIV" which is not open
                panelBody += '</div></div></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.

  168. Error Line 1313, Column 67: end tag for element "DIV" which is not open
    …'<div id="aeaErr" class="error2"></div><div class="aeaContent"><div class="sec…

    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.

  169. Error Line 1313, Column 228: end tag for element "SPAN" which is not open
    …ntent"><span class="pointer-up"></span><a class="clspopup"><span class="hide-o…

    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.

  170. Error Line 1313, Column 313: end tag for element "SPAN" which is not open
    …n">'+secChalStr.sec_chal_close+'</span></a><p><span class="strong">'+secChalSt…

    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.

  171. Error Line 1313, Column 317: end tag for element "A" which is not open
    …+secChalStr.sec_chal_close+'</span></a><p><span class="strong">'+secChalStr.wh…

    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.

  172. Error Line 1313, Column 376: end tag for element "SPAN" which is not open
    …ng">'+secChalStr.why_recognize+'</span></p><p><ul><li>'+secChalStr.why_point_o…

    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.

  173. Error Line 1313, Column 380: end tag for element "P" which is not open
    …'+secChalStr.why_recognize+'</span></p><p><ul><li>'+secChalStr.why_point_one+'…

    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.

  174. Error Line 1313, Column 424: end tag for element "LI" which is not open
    …l><li>'+secChalStr.why_point_one+'</li><li>'+secChalStr.why_point_two+'</li><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.

  175. Error Line 1313, Column 461: end tag for element "LI" which is not open
    …i><li>'+secChalStr.why_point_two+'</li><li>'+secChalStr.why_point_three+'</li>…

    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.

  176. Error Line 1313, Column 500: end tag for element "LI" which is not open
    …<li>'+secChalStr.why_point_three+'</li></ul></p></div></div><span class="stron…

    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.

  177. Error Line 1313, Column 505: end tag for element "UL" which is not open
    …+secChalStr.why_point_three+'</li></ul></p></div></div><span class="strong">'+…

    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.

  178. Error Line 1313, Column 509: end tag for element "P" which is not open
    …ChalStr.why_point_three+'</li></ul></p></div></div><span class="strong">'+secC…

    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.

  179. Error Line 1313, Column 515: end tag for element "DIV" which is not open
    …r.why_point_three+'</li></ul></p></div></div><span class="strong">'+secChalStr…

    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.

  180. Error Line 1313, Column 521: end tag for element "DIV" which is not open
    …point_three+'</li></ul></p></div></div><span class="strong">'+secChalStr.pwqa_…

    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.

  181. Error Line 1313, Column 576: end tag for element "SPAN" which is not open
    …ong">'+secChalStr.pwqa_content+'</span><span class="aea-next-line" style="disp…

    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.

  182. Error Line 1313, Column 718: end tag for element "A" which is not open
    …more">'+secChalStr.aea_learn_more+'</a></span><div class="sec-chal-popup nodis…

    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.

  183. Error Line 1313, Column 725: end tag for element "SPAN" which is not open
    …+secChalStr.aea_learn_more+'</a></span><div class="sec-chal-popup nodisp" id="…

    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.

  184. Error Line 1313, Column 884: end tag for element "SPAN" which is not open
    …ss="pointer-up" style='+style+'></span><a class="clspopup"><span class="hide-o…

    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.

  185. Error Line 1313, Column 945: end tag for element "SPAN" which is not open
    …pan class="hide-offscreen">close</span></a><p>'+secChalStr.aea_learn_more_cont…

    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.

  186. Error Line 1313, Column 949: end tag for element "A" which is not open
    …class="hide-offscreen">close</span></a><p>'+secChalStr.aea_learn_more_content_…

    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.

  187. Error Line 1313, Column 1002: end tag for element "P" which is not open
    …r.aea_learn_more_content_para_one+'</p><p class="strong">'+secChalStr.aea_lear…

    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.

  188. Error Line 1313, Column 1070: end tag for element "P" which is not open
    …Str.aea_learn_more_content_para_two+'</p><p>'+lrn_three_txt+'</p></div></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.

  189. Error Line 1313, Column 1094: end tag for element "P" which is not open
    …Str.aea_learn_more_content_para_two+'</p><p>'+lrn_three_txt+'</p></div></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.

  190. Error Line 1313, Column 1100: end tag for element "DIV" which is not open
    …Str.aea_learn_more_content_para_two+'</p><p>'+lrn_three_txt+'</p></div></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.

  191. Error Line 1313, Column 1106: end tag for element "DIV" which is not open
    …Str.aea_learn_more_content_para_two+'</p><p>'+lrn_three_txt+'</p></div></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.

  192. Error Line 1316, Column 107: end tag for element "DIV" which is not open
    …<div class="mobileList"><div class="bm">'+secChalStr.aea_by_phone+'</div><ul>';

    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.

  193. Error Line 1323, Column 239: end tag for element "SPAN" which is not open
    …sms_text+' <span class="spacer"></span><input name="aeaSelect" type="radio" id…

    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.

  194. Error Line 1323, Column 412: end tag for element "SPAN" which is not open
    …alStr.aea_voice+' <span class="strong"><span>|</span> '+mnumber+'</span></li>';

    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.

  195. Error Line 1323, Column 431: end tag for element "SPAN" which is not open
    …alStr.aea_voice+' <span class="strong"><span>|</span> '+mnumber+'</span></li>';

    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.

  196. Error Line 1323, Column 436: end tag for element "LI" which is not open
    …alStr.aea_voice+' <span class="strong"><span>|</span> '+mnumber+'</span></li>';

    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.

  197. Error Line 1329, Column 39: end tag for element "UL" which is not open
                        panelBody += '</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.

  198. Error Line 1329, Column 45: end tag for element "DIV" which is not open
                        panelBody += '</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.

  199. Error Line 1335, Column 104: end tag for element "DIV" which is not open
    …= '<div class="aeaList"><div class="be">'+secChalStr.aea_by_email+'</div><ul>';

    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.

  200. Error Line 1342, Column 198: end tag for element "LI" which is not open
    …="width:15px;" class="aeaSelect" rel="4|'+i+'|'+email+'|EMAIL">'+email+'</li>';

    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.

  201. Error Line 1348, Column 39: end tag for element "UL" which is not open
                        panelBody += '</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.

  202. Error Line 1348, Column 45: end tag for element "DIV" which is not open
                        panelBody += '</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.

  203. Error Line 1351, Column 239: end tag for element "BUTTON" which is not open
    …AEA" class="primaryCta" tabindex="5">'+secChalStr.aea_receive_code+'</button>';

    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.

  204. Error Line 1362, Column 192: end tag for element "BUTTON" which is not open
    …e="button" onclick="showPWQA(pwqaJson, \''+zValue+'\', 0)">Show PWQA</button>';

    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.

  205. Error Line 1366, Column 207: end tag for element "BUTTON" which is not open
    …"showPWQA(pwqaJson, \''+zValue+'\', 1)">'+secChalStr.sec_chal_back+'</button>';

    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.

  206. Error Line 1369, Column 32: end tag for element "DIV" which is not open
                panelBody += '</div></div></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.

  207. Error Line 1369, Column 38: end tag for element "DIV" which is not open
                panelBody += '</div></div></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.

  208. Error Line 1369, Column 44: end tag for element "DIV" which is not open
                panelBody += '</div></div></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.

  209. Error Line 1502, Column 77: end tag for element "DIV" which is not open
    …id="aeaVerifyErr" class="error2"></div><div class="aeaEmailVerify"><span 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.

  210. Error Line 1502, Column 142: end tag for element "SPAN" which is not open
    …"><span class="strong">'+email+'</span><br>'+secChalStr.aea_enter_code+'<div 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.

  211. Error Line 1502, Column 273: end tag for element "SPAN" which is not open
    …ion_code+' <span class="spacer"></span><input type="input" name=".2ndChallenge…

    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.

  212. Error Line 1502, Column 401: end tag for element "DIV" which is not open
    …width:150px;" autocomplete="off"></div><div id="submitC"><input type="hidden" …

    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.

  213. Error Line 1502, Column 716: end tag for element "BUTTON" which is not open
    …cChalStr.sec_chal_enter_code+'</button><button id=".aeaBack" name=".aeaBack" 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.

  214. Error Line 1502, Column 886: end tag for element "BUTTON" which is not open
    …result, \''+zValue+'\', 0)">'+secChalStr.sec_chal_back+'</button></div></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.

  215. Error Line 1502, Column 892: end tag for element "DIV" which is not open
    …result, \''+zValue+'\', 0)">'+secChalStr.sec_chal_back+'</button></div></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.

  216. Error Line 1502, Column 898: end tag for element "DIV" which is not open
    …result, \''+zValue+'\', 0)">'+secChalStr.sec_chal_back+'</button></div></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.

  217. Error Line 1519, Column 47: end tag for element "DIV" which is not open
                        var html = split[0]+'</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.

  218. Error Line 1523, Column 49: end tag for element "DIV" which is not open
                        script = script.split('</div>')[0]; 

    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.

  219. Error Line 1526, Column 77: end tag for element "DIV" which is not open
    …id="aeaVerifyErr" class="error2"></div><div class="aeaPhoneVerify">'+html+'<di…

    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.

  220. Error Line 1526, Column 416: end tag for element "BUTTON" which is not open
    …cChalStr.sec_chal_enter_code+'</button><button id=".aeaBack" name=".aeaBack" 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.

  221. Error Line 1526, Column 586: end tag for element "BUTTON" which is not open
    …, \''+zValue+'\', 0)">'+secChalStr.sec_chal_back+'</button></div></div></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.

  222. Error Line 1526, Column 592: end tag for element "DIV" which is not open
    …, \''+zValue+'\', 0)">'+secChalStr.sec_chal_back+'</button></div></div></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.

  223. Error Line 1526, Column 598: end tag for element "DIV" which is not open
    …, \''+zValue+'\', 0)">'+secChalStr.sec_chal_back+'</button></div></div></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.

  224. Error Line 1526, Column 604: end tag for element "DIV" which is not open
    …, \''+zValue+'\', 0)">'+secChalStr.sec_chal_back+'</button></div></div></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.

  225. Error Line 1738, Column 27: end tag for element "OBJECT" which is not open
    		document.write('</object>');

    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 1812, Column 84: end tag for element "STRONG" which is not open
    …     YAHOO.membership.showError('<strong>Please enter your password</strong>');

    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.

  227. Error Line 1820, Column 80: end tag for element "STRONG" which is not open
    …strong>Invalid ID or password.</strong><br/> Please try again using your full …

    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.

  228. Error Line 1827, Column 83: end tag for element "STRONG" which is not open
    …     YAHOO.membership.showError('<strong>Please enter your password</strong>');

    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.

  229. Error Line 1833, Column 85: end tag for element "STRONG" which is not open
    …   YAHOO.membership.showError('<strong>Please verify your Yahoo! ID</strong>');

    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 1847, Column 84: end tag for element "STRONG" which is not open
    …     YAHOO.membership.showError('<strong>Please enter your password</strong>');

    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.

  231. Error Line 1855, Column 80: end tag for element "STRONG" which is not open
    …strong>Invalid ID or password.</strong><br/> Please try again using your full …

    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.

  232. Error Line 1862, Column 83: end tag for element "STRONG" which is not open
    …     YAHOO.membership.showError('<strong>Please enter your password</strong>');

    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.

  233. Error Line 1868, Column 85: end tag for element "STRONG" which is not open
    …   YAHOO.membership.showError('<strong>Please verify your Yahoo! ID</strong>');

    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.

  234. Error Line 1933, Column 98: end tag for element "SPAN" which is not open
    …><span class='b'>Security Alert:</span> <span class='n'><a href='http://help.y…

    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.

  235. Error Line 1933, Column 243: end tag for element "A" which is not open
    …index='999' target='_blank'>Protect</a> your account. <a href='http://get.adob…

    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.

  236. Error Line 1933, Column 369: end tag for element "A" which is not open
    …k'>Upgrade your Adobe Flash Player.</a><img src='" + beaconUrl + "' height='1'…

    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.

  237. Error Line 1933, Column 426: end tag for element "SPAN" which is not open
    …be Flash Player.</a><img src='" + beaconUrl + "' height='1' width='1'></span>";

    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.

  238. Error Line 1961, Column 8: 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>.

  239. Error Line 1983, Column 18: 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.

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

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

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

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

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

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

  242. Error Line 2146, Column 26: delimiter "'" invalid: only S separators and TAGC allowed here
        document.write('</scr' + 'ipt\> \n');

  243. Error Line 2146, Column 26: end tag for element "SCR" which is not open
        document.write('</scr' + 'ipt\> \n');

    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.

  244. Error Line 2157, Column 338: end tag for element "OBJECT" which is not open
    …dataCache.swf?' + ts + '" /> <param name="bgColor" value="#fff" /> </object> ';

    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.

  245. Error Line 2166, Column 8: 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>.

  246. Warning Line 2181, Column 51: cannot generate system identifier for general entity "c2"
    …http://b.scorecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Flogin.yahoo.…

    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.

  247. Error Line 2181, Column 51: general entity "c2" not defined and no default entity
    …http://b.scorecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Flogin.yahoo.…

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

  248. Error Line 2181, Column 53: reference to entity "c2" for which no system identifier could be generated
    …tp://b.scorecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Flogin.yahoo.co…

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

  249. Info Line 2181, Column 50: entity was defined here
    …"http://b.scorecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Flogin.yahoo…
  250. Warning Line 2181, Column 62: cannot generate system identifier for general entity "c4"
    …orecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Flogin.yahoo.com%3A443%2…

    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.

  251. Error Line 2181, Column 62: general entity "c4" not defined and no default entity
    …orecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Flogin.yahoo.com%3A443%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.

  252. Error Line 2181, Column 64: reference to entity "c4" for which no system identifier could be generated
    …ecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Flogin.yahoo.com%3A443%2Fc…

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

  253. Info Line 2181, Column 61: entity was defined here
    …corecardresearch.com/p?c1=2&c2=7241469&c4=https%3A%2F%2Flogin.yahoo.com%3A443%…
  254. Warning Line 2181, Column 240: cannot generate system identifier for general entity "c5"
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

    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.

  255. Error Line 2181, Column 240: general entity "c5" not defined and no default entity
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

  256. Error Line 2181, Column 242: reference to entity "c5" for which no system identifier could be generated
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

  257. Info Line 2181, Column 239: entity was defined here
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />
  258. Warning Line 2181, Column 253: cannot generate system identifier for general entity "cv"
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

    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.

  259. Error Line 2181, Column 253: general entity "cv" not defined and no default entity
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

  260. Error Line 2181, Column 255: reference to entity "cv" for which no system identifier could be generated
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

  261. Info Line 2181, Column 252: entity was defined here
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />
  262. Warning Line 2181, Column 260: cannot generate system identifier for general entity "cj"
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

    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.

  263. Error Line 2181, Column 260: general entity "cj" not defined and no default entity
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

  264. Error Line 2181, Column 262: reference to entity "cj" for which no system identifier could be generated
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

  265. Info Line 2181, Column 259: entity was defined here
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />
  266. Warning Line 2181, Column 266: NET-enabling start-tag requires SHORTTAG YES
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

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

  267. Error Line 2181, Column 266: required attribute "ALT" not specified
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

  268. Error Line 2181, Column 266: document type does not allow element "IMG" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV", "ADDRESS" start-tag
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

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

  269. Error Line 2181, Column 267: character data is not allowed here
    …one%3Dhttp%3A%2F%2Fmy.yahoo.com%26amp%3B.intl%3Dus&c5=150002530&cv=2.0&cj=1" />

    You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:

    • putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
    • forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
    • using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
  270. Error Line 2182, Column 11: end tag for "NOSCRIPT" which is not finished
    </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 require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

↑ Top