Errors found while checking this document as XHTML 1.0 Transitional!

Result: 291 Errors, 209 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
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. Info No Character encoding declared at document level

    No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.

    See this tutorial on character encoding for techniques and explanations.

↑ Top

Validation Output: 291 Errors

  1. Warning Line 10, Column 75: character "&" is the first character of a delimiter but occurred as data
    	<meta name="inject_params" content="WT.qs_dlk=X7GJvu3d38xRyVzN@dAu4gAAAAQ&"/>

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  2. Error Line 12, Column 8: required attribute "type" not specified
    <script>!function(){if(!window.BOOMR||!window.BOOMR.version){var e,t,n,o=docume…

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

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

  3. Warning Line 12, Column 528: character "&" is the first character of a delimiter but occurred as data
    …){var t=this.createElement("script");e&&(this.domain=e),t.id="boomr-if-as",t.s…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  4. Warning Line 12, Column 529: character "&" is the first character of a delimiter but occurred as data
    …{var t=this.createElement("script");e&&(this.domain=e),t.id="boomr-if-as",t.sr…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  5. Error Line 12, Column 708: document type does not allow element "body" here
    …pendChild(t)},t.write('<body onload="document._l();">'),t.close()}}();</script>

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

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

  6. Error Line 12, Column 734: end tag for "body" omitted, but OMITTAG NO was specified
    …pendChild(t)},t.write('<body onload="document._l();">'),t.close()}}();</script>

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

  7. Info Line 12, Column 679: start tag was here
    …(),this.body.appendChild(t)},t.write('<body onload="document._l();">'),t.close…
  8. Error Line 13, 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>.

  9. Warning Line 14, Column 87: character "&" is the first character of a delimiter but occurred as data
    …=WT.qs_dlk=X7GJvu3d38xRyVzN@dAu4gAAAAQ&; path=/;  domain=flashkit.com;; SameSi…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  10. Error Line 18, Column 179: end tag for "meta" omitted, but OMITTAG NO was specified
    … movies, sound FX, fonts, forum discussions and more for the Flash developer.">

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

  11. Info Line 18, Column 1: start tag was here
    <meta name="description" content="Flashkit.com, the best resource for Flash tut…
  12. Warning Line 21, Column 29: cannot generate system identifier for general entity "f"
    <link href="/hqx/min/?b=CSS&f=reset.css,common.css" rel="stylesheet" type="text…

    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.

  13. Error Line 21, Column 29: general entity "f" not defined and no default entity
    <link href="/hqx/min/?b=CSS&f=reset.css,common.css" rel="stylesheet" type="text…

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

  14. Warning Line 21, Column 30: reference not terminated by REFC delimiter
    <link href="/hqx/min/?b=CSS&f=reset.css,common.css" rel="stylesheet" type="text…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  15. Warning Line 21, Column 30: reference to external entity in attribute value
    <link href="/hqx/min/?b=CSS&f=reset.css,common.css" rel="stylesheet" type="text…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  16. Error Line 21, Column 30: reference to entity "f" for which no system identifier could be generated
    <link href="/hqx/min/?b=CSS&f=reset.css,common.css" rel="stylesheet" type="text…

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

  17. Info Line 21, Column 28: entity was defined here
    <link href="/hqx/min/?b=CSS&f=reset.css,common.css" rel="stylesheet" type="text…
  18. Warning Line 23, Column 53: reference not terminated by REFC delimiter
    …text/javascript" src="/hqx/min/?b=JS&f=jquery.cookie.js,newsletter.js"></scrip…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  19. Warning Line 23, Column 53: reference to external entity in attribute value
    …text/javascript" src="/hqx/min/?b=JS&f=jquery.cookie.js,newsletter.js"></scrip…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  20. Error Line 23, Column 53: reference to entity "f" for which no system identifier could be generated
    …text/javascript" src="/hqx/min/?b=JS&f=jquery.cookie.js,newsletter.js"></scrip…

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

  21. Info Line 21, Column 28: entity was defined here
    <link href="/hqx/min/?b=CSS&f=reset.css,common.css" rel="stylesheet" type="text…
  22. Error Line 41, Column 48: end tag for "meta" omitted, but OMITTAG NO was specified
    <meta name="robots" content="NOINDEX,NOFOLLOW">

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

  23. Info Line 41, Column 1: start tag was here
    <meta name="robots" content="NOINDEX,NOFOLLOW">
  24. Error Line 42, Column 75: end tag for "meta" omitted, but OMITTAG NO was specified
    …t='{keywords:"95850",nodes:"95850"}' ><link href="/hqx/min/?b=CSS&f=homepage.c…

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

  25. Info Line 42, Column 1: start tag was here
    <meta name='qs.quad.keywords' content='{keywords:"95850",nodes:"95850"}' ><link…
  26. Warning Line 42, Column 104: reference not terminated by REFC delimiter
    …5850"}' ><link href="/hqx/min/?b=CSS&f=homepage.css" rel="stylesheet" type="te…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  27. Warning Line 42, Column 104: reference to external entity in attribute value
    …5850"}' ><link href="/hqx/min/?b=CSS&f=homepage.css" rel="stylesheet" type="te…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  28. Error Line 42, Column 104: reference to entity "f" for which no system identifier could be generated
    …5850"}' ><link href="/hqx/min/?b=CSS&f=homepage.css" rel="stylesheet" type="te…

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

  29. Info Line 21, Column 28: entity was defined here
    <link href="/hqx/min/?b=CSS&f=reset.css,common.css" rel="stylesheet" type="text…
  30. Error Line 47, Column 88: character ";" not allowed in attribute specification list
    …kie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i].replace(/^\s+|\s+$/g,'…

  31. Error Line 47, Column 88: element "ca.length" undefined
    …kie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i].replace(/^\s+|\s+$/g,'…

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

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  32. Error Line 47, Column 677: character ";" not allowed in attribute specification list
    …f(Array.isArray(v)){for(i=0;i<v.length;i++){v[i]=v[i].replace(/["'=!+#*~;^()<>…

  33. Error Line 47, Column 677: element "v.length" undefined
    …f(Array.isArray(v)){for(i=0;i<v.length;i++){v[i]=v[i].replace(/["'=!+#*~;^()<>…

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

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  34. Warning Line 47, Column 715: character "<" is the first character of a delimiter but occurred as data
    …;i++){v[i]=v[i].replace(/["'=!+#*~;^()<>\[\],&]/g,'').replace(/\s+/g,' ').repl…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  35. Warning Line 47, Column 722: character "&" is the first character of a delimiter but occurred as data
    …[i]=v[i].replace(/["'=!+#*~;^()<>\[\],&]/g,'').replace(/\s+/g,' ').replace(/^\…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  36. Warning Line 47, Column 809: character "<" is the first character of a delimiter but occurred as data
    …,'');}}else{v=v.replace(/["'=!+#*~;^()<>\[\],&]/g,'').replace(/\s+/g,' ').repl…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  37. Warning Line 47, Column 816: character "&" is the first character of a delimiter but occurred as data
    …else{v=v.replace(/["'=!+#*~;^()<>\[\],&]/g,'').replace(/\s+/g,' ').replace(/^\…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  38. Error Line 47, Column 1083: character ";" not allowed in attribute specification list
    …lit(":");for(var i=0;i<myWTtemp.length;i++){if(myWTtemp[i].search("id=")==0){m…

  39. Error Line 47, Column 1083: element "myWTtemp.length" undefined
    …lit(":");for(var i=0;i<myWTtemp.length;i++){if(myWTtemp[i].search("id=")==0){m…

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

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  40. Error Line 48, Column 9: end tag for "myWTtemp.length" omitted, but OMITTAG NO was specified
    </script>

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

  41. Info Line 47, Column 1067: start tag was here
    …FPC('WT_FPC').split(":");for(var i=0;i<myWTtemp.length;i++){if(myWTtemp[i].sea…
  42. Error Line 48, Column 9: end tag for "v.length" omitted, but OMITTAG NO was specified
    </script>

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

  43. Info Line 47, Column 668: start tag was here
    …cKVs(v){if(Array.isArray(v)){for(i=0;i<v.length;i++){v[i]=v[i].replace(/["'=!+…
  44. Error Line 48, Column 9: end tag for "ca.length" omitted, but OMITTAG NO was specified
    </script>

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

  45. Info Line 47, Column 78: start tag was here
    …cument.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i].replace(/^\s…
  46. Warning Line 53, Column 45: character "&" is the first character of a delimiter but occurred as data
            if (typeof window.qs != 'undefined' && window.qs.consent) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  47. Warning Line 53, Column 46: character "&" is the first character of a delimiter but occurred as data
            if (typeof window.qs != 'undefined' && window.qs.consent) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  48. Warning Line 60, Column 259: character "&" is the first character of a delimiter but occurred as data
    …fp.tags.hasOwnProperty(slot_id_simple)&&window.qs.dfp.tags[slot_id_simple]!=nu…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  49. Warning Line 60, Column 261: cannot generate system identifier for general entity "window.qs.dfp.tags"
    ….tags.hasOwnProperty(slot_id_simple)&&window.qs.dfp.tags[slot_id_simple]!=null…

    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 60, Column 261: general entity "window.qs.dfp.tags" not defined and no default entity
    ….tags.hasOwnProperty(slot_id_simple)&&window.qs.dfp.tags[slot_id_simple]!=null…

    This is usually a cascading error caused by 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. Warning Line 60, Column 279: reference not terminated by REFC delimiter
    …ty(slot_id_simple)&&window.qs.dfp.tags[slot_id_simple]!=null){if(typeof window…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  52. Error Line 60, Column 279: reference to entity "window.qs.dfp.tags" for which no system identifier could be generated
    …ty(slot_id_simple)&&window.qs.dfp.tags[slot_id_simple]!=null){if(typeof window…

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

  53. Info Line 60, Column 260: entity was defined here
    …p.tags.hasOwnProperty(slot_id_simple)&&window.qs.dfp.tags[slot_id_simple]!=nul…
  54. Warning Line 60, Column 365: character "&" is the first character of a delimiter but occurred as data
    …tags[slot_id_simple].slot!='undefined'&&window.qs.dfp.tags[slot_id_simple].ref…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  55. Warning Line 60, Column 385: reference not terminated by REFC delimiter
    ….slot!='undefined'&&window.qs.dfp.tags[slot_id_simple].refreshable){window.qs.…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  56. Error Line 60, Column 385: reference to entity "window.qs.dfp.tags" for which no system identifier could be generated
    ….slot!='undefined'&&window.qs.dfp.tags[slot_id_simple].refreshable){window.qs.…

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

  57. Info Line 60, Column 260: entity was defined here
    …p.tags.hasOwnProperty(slot_id_simple)&&window.qs.dfp.tags[slot_id_simple]!=nul…
  58. Error Line 66, Column 507: an attribute value must be a literal unless it contains only name characters
    … auto;'";this_tag_notice=" <div style=\"text-align:right;margin:0 auto;font-fa…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  59. Error Line 66, Column 539: "auto" is not a member of a group specified for any attribute
    …style=\"text-align:right;margin:0 auto;font-family:'Helvetica Neue 55 Roman',H…

  60. Error Line 66, Column 568: "Neue" is not a member of a group specified for any attribute
    …in:0 auto;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  61. Error Line 66, Column 568: "55" is not a member of a group specified for any attribute
    …in:0 auto;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  62. Error Line 66, Column 576: an attribute value literal can occur in an attribute specification list only after a VI delimiter
    …o;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

    Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

  63. Error Line 66, Column 576: document type does not allow element "div" here
    …o;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

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

  64. Error Line 66, Column 763: character """ is not allowed in the value of attribute "id"
    …os===1){this_tag_notice="    <div id='"+tag+"-"+this_tag_pos+"-notice' style=\…

    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.

  65. Error Line 66, Column 802: an attribute value must be a literal unless it contains only name characters
    …+tag+"-"+this_tag_pos+"-notice' style=\"text-align:center;margin:0 auto;height…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  66. Error Line 66, Column 835: "auto" is not a member of a group specified for any attribute
    …tyle=\"text-align:center;margin:0 auto;height:0;visibility:hidden;font-family:…

  67. Error Line 66, Column 891: "Neue" is not a member of a group specified for any attribute
    …ty:hidden;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  68. Error Line 66, Column 891: "55" is not a member of a group specified for any attribute
    …ty:hidden;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  69. Error Line 66, Column 899: an attribute value literal can occur in an attribute specification list only after a VI delimiter
    …n;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

    Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

  70. Error Line 66, Column 899: document type does not allow element "div" here
    …n;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

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

  71. Error Line 66, Column 1028: character """ is not allowed in the value of attribute "id"
    …t</div>";this_tag_close="    <div id='"+tag+"-"+this_tag_pos+"-close' style=\"…

    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.

  72. Error Line 66, Column 1066: an attribute value must be a literal unless it contains only name characters
    …"+tag+"-"+this_tag_pos+"-close' style=\"text-align:center;margin:0 auto;height…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  73. Error Line 66, Column 1099: "auto" is not a member of a group specified for any attribute
    …tyle=\"text-align:center;margin:0 auto;height:0;visibility:hidden;\"><a href=\…

  74. Error Line 66, Column 1129: document type does not allow element "div" here
    …n:0 auto;height:0;visibility:hidden;\"><a href=\"javascript:hideQSDiv('"+tag+"…

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

  75. Error Line 66, Column 1138: an attribute value must be a literal unless it contains only name characters
    …height:0;visibility:hidden;\"><a href=\"javascript:hideQSDiv('"+tag+"-"+this_t…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  76. Error Line 66, Column 1203: an attribute value must be a literal unless it contains only name characters
    …ag+"-"+this_tag_pos+"-outer')\" style=\"font-family:'Helvetica Neue 55 Roman',…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  77. Error Line 66, Column 1233: "Neue" is not a member of a group specified for any attribute
    …" style=\"font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  78. Error Line 66, Column 1233: "55" is not a member of a group specified for any attribute
    …" style=\"font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  79. Error Line 66, Column 1241: an attribute value literal can occur in an attribute specification list only after a VI delimiter
    …\"font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

    Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

  80. Error Line 66, Column 1592: character """ is not allowed in the value of attribute "id"
    …os===1){this_tag_notice="    <div id='"+tag+"-"+this_tag_pos+"-notice' style=\…

    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.

  81. Error Line 66, Column 1592: ID ""+tag+"-"+this_tag_pos+"-notice" already defined
    …os===1){this_tag_notice="    <div id='"+tag+"-"+this_tag_pos+"-notice' style=\…

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  82. Info Line 66, Column 763: ID ""+tag+"-"+this_tag_pos+"-notice" first defined here
    …os===1){this_tag_notice="    <div id='"+tag+"-"+this_tag_pos+"-notice' style=\…
  83. Error Line 66, Column 1631: an attribute value must be a literal unless it contains only name characters
    …+tag+"-"+this_tag_pos+"-notice' style=\"text-align:center;margin:0 auto;height…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  84. Error Line 66, Column 1664: "auto" is not a member of a group specified for any attribute
    …tyle=\"text-align:center;margin:0 auto;height:0;visibility:hidden;font-family:…

  85. Error Line 66, Column 1720: "Neue" is not a member of a group specified for any attribute
    …ty:hidden;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  86. Error Line 66, Column 1720: "55" is not a member of a group specified for any attribute
    …ty:hidden;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  87. Error Line 66, Column 1728: an attribute value literal can occur in an attribute specification list only after a VI delimiter
    …n;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

    Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

  88. Error Line 66, Column 1728: document type does not allow element "div" here
    …n;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

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

  89. Error Line 66, Column 2048: an attribute value must be a literal unless it contains only name characters
    … auto;'";this_tag_notice=" <div style=\"text-align:center;margin:0 auto;font-f…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  90. Error Line 66, Column 2081: "auto" is not a member of a group specified for any attribute
    …tyle=\"text-align:center;margin:0 auto;font-family:'Helvetica Neue 55 Roman',H…

  91. Error Line 66, Column 2110: "Neue" is not a member of a group specified for any attribute
    …in:0 auto;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  92. Error Line 66, Column 2110: "55" is not a member of a group specified for any attribute
    …in:0 auto;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  93. Error Line 66, Column 2118: an attribute value literal can occur in an attribute specification list only after a VI delimiter
    …o;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

    Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

  94. Error Line 66, Column 2118: document type does not allow element "div" here
    …o;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

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

  95. Error Line 66, Column 2383: an attribute value must be a literal unless it contains only name characters
    … auto;'";this_tag_notice=" <div style=\"text-align:center;margin:0 auto;font-f…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  96. Error Line 66, Column 2416: "auto" is not a member of a group specified for any attribute
    …tyle=\"text-align:center;margin:0 auto;font-family:'Helvetica Neue 55 Roman',H…

  97. Error Line 66, Column 2445: "Neue" is not a member of a group specified for any attribute
    …in:0 auto;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  98. Error Line 66, Column 2445: "55" is not a member of a group specified for any attribute
    …in:0 auto;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;colo…

  99. Error Line 66, Column 2453: an attribute value literal can occur in an attribute specification list only after a VI delimiter
    …o;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

    Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

  100. Error Line 66, Column 2453: document type does not allow element "div" here
    …o;font-family:'Helvetica Neue 55 Roman',Helvetica,Arial,san-serif;color:#66666…

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

  101. Error Line 66, Column 2707: character """ is not allowed in the value of attribute "id"
    …(this_tag_notice){tag_code+="<div id='"+this_tag_div_id+"-outer' style='text-a…

    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 66, Column 2775: document type does not allow element "div" here
    …le='text-align:center;margin: 0 auto;'>\n"+this_tag_notice+"\n";}tag_code+="<d…

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

  103. Error Line 66, Column 2822: character """ is not allowed in the value of attribute "id"
    …_tag_notice+"\n";}tag_code+="<div id='"+this_tag_div_id+"'"+this_tag_div_style…

    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.

  104. Error Line 66, Column 2842: an attribute specification must start with a name or name token
    …g_code+="<div id='"+this_tag_div_id+"'"+this_tag_div_style+">\n"+"    <scr"+"i…

    An attribute name (and some attribute values) must start with one of a restricted set of characters. This error usually indicates that you have failed to add a closing quotation mark on a previous attribute value (so the attribute value looks like the start of a new attribute) or have used an attribute that is not defined (usually a typo in a common attribute name).

  105. Error Line 66, Column 2878: an attribute specification must start with a name or name token
    …"'"+this_tag_div_style+">\n"+"    <scr"+"ipt type=\"text/javascript\">\n"+"   …

    An attribute name (and some attribute values) must start with one of a restricted set of characters. This error usually indicates that you have failed to add a closing quotation mark on a previous attribute value (so the attribute value looks like the start of a new attribute) or have used an attribute that is not defined (usually a typo in a common attribute name).

  106. Error Line 66, Column 2878: element "scr" undefined
    …"'"+this_tag_div_style+">\n"+"    <scr"+"ipt type=\"text/javascript\">\n"+"   …

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

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  107. Error Line 66, Column 3042: delimiter """ invalid: only S separators and TAGC allowed here
    …_id+"');\n"+"        });\n"+"    </scr"+"ipt>\n"+"</div>\n";if(this_tag_close)…

  108. Error Line 66, Column 3208: an attribute value must be a literal unless it contains only name characters
    …ner_div_style){tag_code+="<style type=\"text/css\">#"+this_tag_div_id+"_ad_con…

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

  109. Error Line 66, Column 3220: document type does not allow element "style" here
    …e){tag_code+="<style type=\"text/css\">#"+this_tag_div_id+"_ad_container{heigh…

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

  110. Error Line 145, Column 16: there is no attribute "NAME"
        <meta NAME="DCSext.tax" content="product,audience,industry" />

    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.

  111. Error Line 155, Column 19: there is no attribute "class"
        <script class="kxint" type="text/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.

  112. Warning Line 157, Column 304: character "&" is the first character of a delimiter but occurred as data
    …t.cookie.match(k+'=([^;]*)');return (m&&unescape(m[1]))||'';}else{return '';}}…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  113. Warning Line 157, Column 306: cannot generate system identifier for general entity "unescape"
    …cookie.match(k+'=([^;]*)');return (m&&unescape(m[1]))||'';}else{return '';}}Kr…

    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.

  114. Error Line 157, Column 306: general entity "unescape" not defined and no default entity
    …cookie.match(k+'=([^;]*)');return (m&&unescape(m[1]))||'';}else{return '';}}Kr…

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

  115. Warning Line 157, Column 314: reference not terminated by REFC delimiter
    …atch(k+'=([^;]*)');return (m&&unescape(m[1]))||'';}else{return '';}}Krux.user=…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  116. Error Line 157, Column 314: reference to entity "unescape" for which no system identifier could be generated
    …atch(k+'=([^;]*)');return (m&&unescape(m[1]))||'';}else{return '';}}Krux.user=…

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

  117. Info Line 157, Column 305: entity was defined here
    ….cookie.match(k+'=([^;]*)');return (m&&unescape(m[1]))||'';}else{return '';}}K…
  118. Error Line 159, Column 34: there is no attribute "data-id"
        <script class="kxct" data-id="Jd_HRR5F" data-timing="async" data-version="3…

    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.

  119. Error Line 159, Column 57: there is no attribute "data-timing"
    …"kxct" data-id="Jd_HRR5F" data-timing="async" data-version="3.0" type="text/ja…

    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.

  120. Error Line 159, Column 78: there is no attribute "data-version"
    …ta-id="Jd_HRR5F" data-timing="async" data-version="3.0" type="text/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.

  121. Warning Line 165, Column 280: character "&" is the first character of a delimiter but occurred as data
    …:''}};if(typeof window.qs!='undefined'&&window.qs.consent.service.krux.dc&&win…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  122. Warning Line 165, Column 282: cannot generate system identifier for general entity "window.qs.consent.service.krux.dc"
    …'}};if(typeof window.qs!='undefined'&&window.qs.consent.service.krux.dc&&windo…

    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.

  123. Error Line 165, Column 282: general entity "window.qs.consent.service.krux.dc" not defined and no default entity
    …'}};if(typeof window.qs!='undefined'&&window.qs.consent.service.krux.dc&&windo…

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

  124. Warning Line 165, Column 315: reference not terminated by REFC delimiter
    …ed'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&win…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  125. Error Line 165, Column 315: reference to entity "window.qs.consent.service.krux.dc" for which no system identifier could be generated
    …ed'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&win…

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

  126. Info Line 165, Column 281: entity was defined here
    …''}};if(typeof window.qs!='undefined'&&window.qs.consent.service.krux.dc&&wind…
  127. Warning Line 165, Column 315: character "&" is the first character of a delimiter but occurred as data
    …ed'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&win…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  128. Warning Line 165, Column 317: cannot generate system identifier for general entity "window.qs.consent.service.krux.al"
    …'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&windo…

    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.

  129. Error Line 165, Column 317: general entity "window.qs.consent.service.krux.al" not defined and no default entity
    …'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&windo…

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

  130. Warning Line 165, Column 350: reference not terminated by REFC delimiter
    ….dc&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&win…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  131. Error Line 165, Column 350: reference to entity "window.qs.consent.service.krux.al" for which no system identifier could be generated
    ….dc&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&win…

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

  132. Info Line 165, Column 316: entity was defined here
    …d'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&wind…
  133. Warning Line 165, Column 350: character "&" is the first character of a delimiter but occurred as data
    ….dc&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&win…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  134. Warning Line 165, Column 352: cannot generate system identifier for general entity "window.qs.consent.service.krux.tg"
    …c&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&windo…

    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.

  135. Error Line 165, Column 352: general entity "window.qs.consent.service.krux.tg" not defined and no default entity
    …c&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&windo…

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

  136. Warning Line 165, Column 385: reference not terminated by REFC delimiter
    ….al&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  137. Error Line 165, Column 385: reference to entity "window.qs.consent.service.krux.tg" for which no system identifier could be generated
    ….al&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(…

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

  138. Info Line 165, Column 351: entity was defined here
    …dc&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&wind…
  139. Warning Line 165, Column 385: character "&" is the first character of a delimiter but occurred as data
    ….al&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  140. Warning Line 165, Column 387: cannot generate system identifier for general entity "window.qs.consent.service.krux.cd"
    …l&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(ty…

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

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

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

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

  141. Error Line 165, Column 387: general entity "window.qs.consent.service.krux.cd" not defined and no default entity
    …l&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(ty…

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

  142. Warning Line 165, Column 420: reference not terminated by REFC delimiter
    ….tg&&window.qs.consent.service.krux.cd){if(typeof window.qs.krux.dn!='undefine…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  143. Error Line 165, Column 420: reference to entity "window.qs.consent.service.krux.cd" for which no system identifier could be generated
    ….tg&&window.qs.consent.service.krux.cd){if(typeof window.qs.krux.dn!='undefine…

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

  144. Info Line 165, Column 386: entity was defined here
    …al&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(t…
  145. Warning Line 165, Column 462: character "&" is the first character of a delimiter but occurred as data
    …(typeof window.qs.krux.dn!='undefined'&&window.qs.krux.dn!='null'){kruxDataLay…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  146. Warning Line 165, Column 464: cannot generate system identifier for general entity "window.qs.krux.dn"
    …ypeof window.qs.krux.dn!='undefined'&&window.qs.krux.dn!='null'){kruxDataLayer…

    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.

  147. Error Line 165, Column 464: general entity "window.qs.krux.dn" not defined and no default entity
    …ypeof window.qs.krux.dn!='undefined'&&window.qs.krux.dn!='null'){kruxDataLayer…

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

  148. Warning Line 165, Column 481: reference not terminated by REFC delimiter
    …rux.dn!='undefined'&&window.qs.krux.dn!='null'){kruxDataLayer.user.dn=window.q…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  149. Error Line 165, Column 481: reference to entity "window.qs.krux.dn" for which no system identifier could be generated
    …rux.dn!='undefined'&&window.qs.krux.dn!='null'){kruxDataLayer.user.dn=window.q…

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

  150. Info Line 165, Column 463: entity was defined here
    …typeof window.qs.krux.dn!='undefined'&&window.qs.krux.dn!='null'){kruxDataLaye…
  151. Warning Line 165, Column 572: character "&" is the first character of a delimiter but occurred as data
    …(typeof window.qs.krux.jf!='undefined'&&window.qs.krux.jf!='null'){kruxDataLay…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  152. Warning Line 165, Column 574: cannot generate system identifier for general entity "window.qs.krux.jf"
    …ypeof window.qs.krux.jf!='undefined'&&window.qs.krux.jf!='null'){kruxDataLayer…

    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.

  153. Error Line 165, Column 574: general entity "window.qs.krux.jf" not defined and no default entity
    …ypeof window.qs.krux.jf!='undefined'&&window.qs.krux.jf!='null'){kruxDataLayer…

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

  154. Warning Line 165, Column 591: reference not terminated by REFC delimiter
    …rux.jf!='undefined'&&window.qs.krux.jf!='null'){kruxDataLayer.user.jf=window.q…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  155. Error Line 165, Column 591: reference to entity "window.qs.krux.jf" for which no system identifier could be generated
    …rux.jf!='undefined'&&window.qs.krux.jf!='null'){kruxDataLayer.user.jf=window.q…

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

  156. Info Line 165, Column 573: entity was defined here
    …typeof window.qs.krux.jf!='undefined'&&window.qs.krux.jf!='null'){kruxDataLaye…
  157. Warning Line 165, Column 682: character "&" is the first character of a delimiter but occurred as data
    …(typeof window.qs.krux.dr!='undefined'&&window.qs.krux.dr!='null'){kruxDataLay…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  158. Warning Line 165, Column 684: cannot generate system identifier for general entity "window.qs.krux.dr"
    …ypeof window.qs.krux.dr!='undefined'&&window.qs.krux.dr!='null'){kruxDataLayer…

    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.

  159. Error Line 165, Column 684: general entity "window.qs.krux.dr" not defined and no default entity
    …ypeof window.qs.krux.dr!='undefined'&&window.qs.krux.dr!='null'){kruxDataLayer…

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

  160. Warning Line 165, Column 701: reference not terminated by REFC delimiter
    …rux.dr!='undefined'&&window.qs.krux.dr!='null'){kruxDataLayer.user.dr=window.q…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  161. Error Line 165, Column 701: reference to entity "window.qs.krux.dr" for which no system identifier could be generated
    …rux.dr!='undefined'&&window.qs.krux.dr!='null'){kruxDataLayer.user.dr=window.q…

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

  162. Info Line 165, Column 683: entity was defined here
    …typeof window.qs.krux.dr!='undefined'&&window.qs.krux.dr!='null'){kruxDataLaye…
  163. Warning Line 165, Column 792: character "&" is the first character of a delimiter but occurred as data
    …(typeof window.qs.krux.ir!='undefined'&&window.qs.krux.ir!='null'){kruxDataLay…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  164. Warning Line 165, Column 794: cannot generate system identifier for general entity "window.qs.krux.ir"
    …ypeof window.qs.krux.ir!='undefined'&&window.qs.krux.ir!='null'){kruxDataLayer…

    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.

  165. Error Line 165, Column 794: general entity "window.qs.krux.ir" not defined and no default entity
    …ypeof window.qs.krux.ir!='undefined'&&window.qs.krux.ir!='null'){kruxDataLayer…

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

  166. Warning Line 165, Column 811: reference not terminated by REFC delimiter
    …rux.ir!='undefined'&&window.qs.krux.ir!='null'){kruxDataLayer.user.ir=window.q…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  167. Error Line 165, Column 811: reference to entity "window.qs.krux.ir" for which no system identifier could be generated
    …rux.ir!='undefined'&&window.qs.krux.ir!='null'){kruxDataLayer.user.ir=window.q…

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

  168. Info Line 165, Column 793: entity was defined here
    …typeof window.qs.krux.ir!='undefined'&&window.qs.krux.ir!='null'){kruxDataLaye…
  169. Warning Line 165, Column 904: character "&" is the first character of a delimiter but occurred as data
    …ypeof window.qs.krux.noer!='undefined'&&window.qs.krux.noer!='null'){kruxDataL…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  170. Warning Line 165, Column 906: cannot generate system identifier for general entity "window.qs.krux.noer"
    …eof window.qs.krux.noer!='undefined'&&window.qs.krux.noer!='null'){kruxDataLay…

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

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

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

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

  171. Error Line 165, Column 906: general entity "window.qs.krux.noer" not defined and no default entity
    …eof window.qs.krux.noer!='undefined'&&window.qs.krux.noer!='null'){kruxDataLay…

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

  172. Warning Line 165, Column 925: reference not terminated by REFC delimiter
    …noer!='undefined'&&window.qs.krux.noer!='null'){kruxDataLayer.user.noer=window…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  173. Error Line 165, Column 925: reference to entity "window.qs.krux.noer" for which no system identifier could be generated
    …noer!='undefined'&&window.qs.krux.noer!='null'){kruxDataLayer.user.noer=window…

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

  174. Info Line 165, Column 905: entity was defined here
    …peof window.qs.krux.noer!='undefined'&&window.qs.krux.noer!='null'){kruxDataLa…
  175. Warning Line 175, Column 45: character "&" is the first character of a delimiter but occurred as data
    …      if (typeof window.qs != 'undefined' && window.qs.consent.service.ml.dc) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  176. Warning Line 175, Column 46: character "&" is the first character of a delimiter but occurred as data
    …      if (typeof window.qs != 'undefined' && window.qs.consent.service.ml.dc) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  177. Warning Line 176, Column 323: character "&" is the first character of a delimiter but occurred as data
    …=i.cookie.match(q+"=([^;]*)");return(p&&p[1])||""}}f[c].us={};e=a(d(m))[h](o);…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  178. Warning Line 176, Column 325: cannot generate system identifier for general entity "p"
    ….cookie.match(q+"=([^;]*)");return(p&&p[1])||""}}f[c].us={};e=a(d(m))[h](o);k=…

    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.

  179. Error Line 176, Column 325: general entity "p" not defined and no default entity
    ….cookie.match(q+"=([^;]*)");return(p&&p[1])||""}}f[c].us={};e=a(d(m))[h](o);k=…

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

  180. Warning Line 176, Column 326: reference not terminated by REFC delimiter
    …cookie.match(q+"=([^;]*)");return(p&&p[1])||""}}f[c].us={};e=a(d(m))[h](o);k=e…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  181. Error Line 176, Column 326: reference to entity "p" for which no system identifier could be generated
    …cookie.match(q+"=([^;]*)");return(p&&p[1])||""}}f[c].us={};e=a(d(m))[h](o);k=e…

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

  182. Info Line 176, Column 324: entity was defined here
    …i.cookie.match(q+"=([^;]*)");return(p&&p[1])||""}}f[c].us={};e=a(d(m))[h](o);k…
  183. Warning Line 176, Column 797: cannot generate system identifier for general entity "partner_uid"
    …et/usermatch.gif?partner=madisonlogic&partner_uid=[PersonID]';_ml.informer={en…

    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.

  184. Error Line 176, Column 797: general entity "partner_uid" not defined and no default entity
    …et/usermatch.gif?partner=madisonlogic&partner_uid=[PersonID]';_ml.informer={en…

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

  185. Warning Line 176, Column 808: reference not terminated by REFC delimiter
    …h.gif?partner=madisonlogic&partner_uid=[PersonID]';_ml.informer={enable:true};…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  186. Error Line 176, Column 808: reference to entity "partner_uid" for which no system identifier could be generated
    …h.gif?partner=madisonlogic&partner_uid=[PersonID]';_ml.informer={enable:true};…

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

  187. Info Line 176, Column 796: entity was defined here
    …net/usermatch.gif?partner=madisonlogic&partner_uid=[PersonID]';_ml.informer={e…
  188. Warning Line 199, Column 7: character "<" is the first character of a delimiter but occurred as data
    if(mbw<641){googletag.pubads().setTargeting('pfm','mob');}else{googletag.pubads…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  189. Warning Line 202, Column 27: character "&" is the first character of a delimiter but occurred as data
    if(typeof _ml!='undefined'&&_ml.us){if(typeof window.qs!='undefined'&&window.qs…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  190. Warning Line 202, Column 29: cannot generate system identifier for general entity "_ml.us"
    if(typeof _ml!='undefined'&&_ml.us){if(typeof window.qs!='undefined'&&window.qs…

    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.

  191. Error Line 202, Column 29: general entity "_ml.us" not defined and no default entity
    if(typeof _ml!='undefined'&&_ml.us){if(typeof window.qs!='undefined'&&window.qs…

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

  192. Warning Line 202, Column 35: reference not terminated by REFC delimiter
    if(typeof _ml!='undefined'&&_ml.us){if(typeof window.qs!='undefined'&&window.qs…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  193. Error Line 202, Column 35: reference to entity "_ml.us" for which no system identifier could be generated
    if(typeof _ml!='undefined'&&_ml.us){if(typeof window.qs!='undefined'&&window.qs…

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

  194. Info Line 202, Column 28: entity was defined here
    if(typeof _ml!='undefined'&&_ml.us){if(typeof window.qs!='undefined'&&window.qs…
  195. Warning Line 202, Column 69: character "&" is the first character of a delimiter but occurred as data
    …l.us){if(typeof window.qs!='undefined'&&window.qs.consent.service.ml.dc){if(_m…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  196. Warning Line 202, Column 71: cannot generate system identifier for general entity "window.qs.consent.service.ml.dc"
    …us){if(typeof window.qs!='undefined'&&window.qs.consent.service.ml.dc){if(_ml.…

    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.

  197. Error Line 202, Column 71: general entity "window.qs.consent.service.ml.dc" not defined and no default entity
    …us){if(typeof window.qs!='undefined'&&window.qs.consent.service.ml.dc){if(_ml.…

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

  198. Warning Line 202, Column 102: reference not terminated by REFC delimiter
    …ined'&&window.qs.consent.service.ml.dc){if(_ml.us.tp&&_ml.us.tp.length>0){goog…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  199. Error Line 202, Column 102: reference to entity "window.qs.consent.service.ml.dc" for which no system identifier could be generated
    …ined'&&window.qs.consent.service.ml.dc){if(_ml.us.tp&&_ml.us.tp.length>0){goog…

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

  200. Info Line 202, Column 70: entity was defined here
    ….us){if(typeof window.qs!='undefined'&&window.qs.consent.service.ml.dc){if(_ml…
  201. Warning Line 202, Column 116: character "&" is the first character of a delimiter but occurred as data
    …qs.consent.service.ml.dc){if(_ml.us.tp&&_ml.us.tp.length>0){googletag.pubads()…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  202. Warning Line 202, Column 118: cannot generate system identifier for general entity "_ml.us.tp.length"
    ….consent.service.ml.dc){if(_ml.us.tp&&_ml.us.tp.length>0){googletag.pubads().s…

    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.

  203. Error Line 202, Column 118: general entity "_ml.us.tp.length" not defined and no default entity
    ….consent.service.ml.dc){if(_ml.us.tp&&_ml.us.tp.length>0){googletag.pubads().s…

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

  204. Warning Line 202, Column 134: reference not terminated by REFC delimiter
    ….ml.dc){if(_ml.us.tp&&_ml.us.tp.length>0){googletag.pubads().setTargeting('mlt…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  205. Error Line 202, Column 134: reference to entity "_ml.us.tp.length" for which no system identifier could be generated
    ….ml.dc){if(_ml.us.tp&&_ml.us.tp.length>0){googletag.pubads().setTargeting('mlt…

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

  206. Info Line 202, Column 117: entity was defined here
    …s.consent.service.ml.dc){if(_ml.us.tp&&_ml.us.tp.length>0){googletag.pubads().…
  207. Warning Line 202, Column 212: character "&" is the first character of a delimiter but occurred as data
    …',''+cKVs(_ml.us.tp)+'');}if(_ml.us.cr&&_ml.us.cr.length>0){googletag.pubads()…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  208. Warning Line 202, Column 214: cannot generate system identifier for general entity "_ml.us.cr.length"
    …''+cKVs(_ml.us.tp)+'');}if(_ml.us.cr&&_ml.us.cr.length>0){googletag.pubads().s…

    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.

  209. Error Line 202, Column 214: general entity "_ml.us.cr.length" not defined and no default entity
    …''+cKVs(_ml.us.tp)+'');}if(_ml.us.cr&&_ml.us.cr.length>0){googletag.pubads().s…

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

  210. Warning Line 202, Column 230: reference not terminated by REFC delimiter
    …p)+'');}if(_ml.us.cr&&_ml.us.cr.length>0){googletag.pubads().setTargeting('mlc…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  211. Error Line 202, Column 230: reference to entity "_ml.us.cr.length" for which no system identifier could be generated
    …p)+'');}if(_ml.us.cr&&_ml.us.cr.length>0){googletag.pubads().setTargeting('mlc…

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

  212. Info Line 202, Column 213: entity was defined here
    …,''+cKVs(_ml.us.tp)+'');}if(_ml.us.cr&&_ml.us.cr.length>0){googletag.pubads().…
  213. Warning Line 202, Column 309: character "&" is the first character of a delimiter but occurred as data
    …',''+cKVs(_ml.us.cr)+'');}if(_ml.us.cs&&_ml.us.cs.length>0){googletag.pubads()…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  214. Warning Line 202, Column 311: cannot generate system identifier for general entity "_ml.us.cs.length"
    …''+cKVs(_ml.us.cr)+'');}if(_ml.us.cs&&_ml.us.cs.length>0){googletag.pubads().s…

    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.

  215. Error Line 202, Column 311: general entity "_ml.us.cs.length" not defined and no default entity
    …''+cKVs(_ml.us.cr)+'');}if(_ml.us.cs&&_ml.us.cs.length>0){googletag.pubads().s…

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

  216. Warning Line 202, Column 327: reference not terminated by REFC delimiter
    …r)+'');}if(_ml.us.cs&&_ml.us.cs.length>0){googletag.pubads().setTargeting('mlc…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  217. Error Line 202, Column 327: reference to entity "_ml.us.cs.length" for which no system identifier could be generated
    …r)+'');}if(_ml.us.cs&&_ml.us.cs.length>0){googletag.pubads().setTargeting('mlc…

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

  218. Info Line 202, Column 310: entity was defined here
    …,''+cKVs(_ml.us.cr)+'');}if(_ml.us.cs&&_ml.us.cs.length>0){googletag.pubads().…
  219. Warning Line 202, Column 406: character "&" is the first character of a delimiter but occurred as data
    …',''+cKVs(_ml.us.cs)+'');}if(_ml.us.dm&&_ml.us.dm.length>0){googletag.pubads()…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  220. Warning Line 202, Column 408: cannot generate system identifier for general entity "_ml.us.dm.length"
    …''+cKVs(_ml.us.cs)+'');}if(_ml.us.dm&&_ml.us.dm.length>0){googletag.pubads().s…

    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.

  221. Error Line 202, Column 408: general entity "_ml.us.dm.length" not defined and no default entity
    …''+cKVs(_ml.us.cs)+'');}if(_ml.us.dm&&_ml.us.dm.length>0){googletag.pubads().s…

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

  222. Warning Line 202, Column 424: reference not terminated by REFC delimiter
    …s)+'');}if(_ml.us.dm&&_ml.us.dm.length>0){googletag.pubads().setTargeting('mld…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  223. Error Line 202, Column 424: reference to entity "_ml.us.dm.length" for which no system identifier could be generated
    …s)+'');}if(_ml.us.dm&&_ml.us.dm.length>0){googletag.pubads().setTargeting('mld…

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

  224. Info Line 202, Column 407: entity was defined here
    …,''+cKVs(_ml.us.cs)+'');}if(_ml.us.dm&&_ml.us.dm.length>0){googletag.pubads().…
  225. Warning Line 202, Column 503: character "&" is the first character of a delimiter but occurred as data
    …',''+cKVs(_ml.us.dm)+'');}if(_ml.us.fa&&_ml.us.fa.length>0){googletag.pubads()…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  226. Warning Line 202, Column 505: cannot generate system identifier for general entity "_ml.us.fa.length"
    …''+cKVs(_ml.us.dm)+'');}if(_ml.us.fa&&_ml.us.fa.length>0){googletag.pubads().s…

    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.

  227. Error Line 202, Column 505: general entity "_ml.us.fa.length" not defined and no default entity
    …''+cKVs(_ml.us.dm)+'');}if(_ml.us.fa&&_ml.us.fa.length>0){googletag.pubads().s…

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

  228. Warning Line 202, Column 521: reference not terminated by REFC delimiter
    …m)+'');}if(_ml.us.fa&&_ml.us.fa.length>0){googletag.pubads().setTargeting('mlf…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  229. Error Line 202, Column 521: reference to entity "_ml.us.fa.length" for which no system identifier could be generated
    …m)+'');}if(_ml.us.fa&&_ml.us.fa.length>0){googletag.pubads().setTargeting('mlf…

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

  230. Info Line 202, Column 504: entity was defined here
    …,''+cKVs(_ml.us.dm)+'');}if(_ml.us.fa&&_ml.us.fa.length>0){googletag.pubads().…
  231. Warning Line 202, Column 601: character "&" is the first character of a delimiter but occurred as data
    …,''+cKVs(_ml.us.fa)+'');}if(_ml.us.ind&&_ml.us.ind.length>0){googletag.pubads(…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  232. Warning Line 202, Column 603: cannot generate system identifier for general entity "_ml.us.ind.length"
    …'+cKVs(_ml.us.fa)+'');}if(_ml.us.ind&&_ml.us.ind.length>0){googletag.pubads().…

    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.

  233. Error Line 202, Column 603: general entity "_ml.us.ind.length" not defined and no default entity
    …'+cKVs(_ml.us.fa)+'');}if(_ml.us.ind&&_ml.us.ind.length>0){googletag.pubads().…

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

  234. Warning Line 202, Column 620: reference not terminated by REFC delimiter
    …+'');}if(_ml.us.ind&&_ml.us.ind.length>0){googletag.pubads().setTargeting('mli…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  235. Error Line 202, Column 620: reference to entity "_ml.us.ind.length" for which no system identifier could be generated
    …+'');}if(_ml.us.ind&&_ml.us.ind.length>0){googletag.pubads().setTargeting('mli…

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

  236. Info Line 202, Column 602: entity was defined here
    …''+cKVs(_ml.us.fa)+'');}if(_ml.us.ind&&_ml.us.ind.length>0){googletag.pubads()…
  237. Warning Line 202, Column 701: character "&" is the first character of a delimiter but occurred as data
    …,''+cKVs(_ml.us.ind)+'');}if(_ml.us.pc&&_ml.us.pc.length>0){googletag.pubads()…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  238. Warning Line 202, Column 703: cannot generate system identifier for general entity "_ml.us.pc.length"
    …'+cKVs(_ml.us.ind)+'');}if(_ml.us.pc&&_ml.us.pc.length>0){googletag.pubads().s…

    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.

  239. Error Line 202, Column 703: general entity "_ml.us.pc.length" not defined and no default entity
    …'+cKVs(_ml.us.ind)+'');}if(_ml.us.pc&&_ml.us.pc.length>0){googletag.pubads().s…

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

  240. Warning Line 202, Column 719: reference not terminated by REFC delimiter
    …d)+'');}if(_ml.us.pc&&_ml.us.pc.length>0){googletag.pubads().setTargeting('mlp…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  241. Error Line 202, Column 719: reference to entity "_ml.us.pc.length" for which no system identifier could be generated
    …d)+'');}if(_ml.us.pc&&_ml.us.pc.length>0){googletag.pubads().setTargeting('mlp…

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

  242. Info Line 202, Column 702: entity was defined here
    …''+cKVs(_ml.us.ind)+'');}if(_ml.us.pc&&_ml.us.pc.length>0){googletag.pubads().…
  243. Warning Line 202, Column 798: character "&" is the first character of a delimiter but occurred as data
    …',''+cKVs(_ml.us.pc)+'');}if(_ml.us.pg&&_ml.us.pg.length>0){googletag.pubads()…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  244. Warning Line 202, Column 800: cannot generate system identifier for general entity "_ml.us.pg.length"
    …''+cKVs(_ml.us.pc)+'');}if(_ml.us.pg&&_ml.us.pg.length>0){googletag.pubads().s…

    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.

  245. Error Line 202, Column 800: general entity "_ml.us.pg.length" not defined and no default entity
    …''+cKVs(_ml.us.pc)+'');}if(_ml.us.pg&&_ml.us.pg.length>0){googletag.pubads().s…

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

  246. Warning Line 202, Column 816: reference not terminated by REFC delimiter
    …c)+'');}if(_ml.us.pg&&_ml.us.pg.length>0){googletag.pubads().setTargeting('mlp…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  247. Error Line 202, Column 816: reference to entity "_ml.us.pg.length" for which no system identifier could be generated
    …c)+'');}if(_ml.us.pg&&_ml.us.pg.length>0){googletag.pubads().setTargeting('mlp…

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

  248. Info Line 202, Column 799: entity was defined here
    …,''+cKVs(_ml.us.pc)+'');}if(_ml.us.pg&&_ml.us.pg.length>0){googletag.pubads().…
  249. Warning Line 203, Column 33: character "&" is the first character of a delimiter but occurred as data
    if(typeof window.qs!='undefined'&&window.qs.consent.service.krux.dc&&window.qs.…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  250. Warning Line 203, Column 68: reference not terminated by REFC delimiter
    …ed'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&win…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  251. Error Line 203, Column 68: reference to entity "window.qs.consent.service.krux.dc" for which no system identifier could be generated
    …ed'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&win…

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

  252. Info Line 165, Column 281: entity was defined here
    …''}};if(typeof window.qs!='undefined'&&window.qs.consent.service.krux.dc&&wind…
  253. Warning Line 203, Column 68: character "&" is the first character of a delimiter but occurred as data
    …ed'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&win…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  254. Warning Line 203, Column 103: reference not terminated by REFC delimiter
    ….dc&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&win…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  255. Error Line 203, Column 103: reference to entity "window.qs.consent.service.krux.al" for which no system identifier could be generated
    ….dc&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&win…

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

  256. Info Line 165, Column 316: entity was defined here
    …d'&&window.qs.consent.service.krux.dc&&window.qs.consent.service.krux.al&&wind…
  257. Warning Line 203, Column 103: character "&" is the first character of a delimiter but occurred as data
    ….dc&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&win…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  258. Warning Line 203, Column 138: reference not terminated by REFC delimiter
    ….al&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  259. Error Line 203, Column 138: reference to entity "window.qs.consent.service.krux.tg" for which no system identifier could be generated
    ….al&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(…

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

  260. Info Line 165, Column 351: entity was defined here
    …dc&&window.qs.consent.service.krux.al&&window.qs.consent.service.krux.tg&&wind…
  261. Warning Line 203, Column 138: character "&" is the first character of a delimiter but occurred as data
    ….al&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  262. Warning Line 203, Column 173: reference not terminated by REFC delimiter
    ….tg&&window.qs.consent.service.krux.cd){if(typeof Krux!='undefined'&&Krux.segm…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  263. Error Line 203, Column 173: reference to entity "window.qs.consent.service.krux.cd" for which no system identifier could be generated
    ….tg&&window.qs.consent.service.krux.cd){if(typeof Krux!='undefined'&&Krux.segm…

    This is usually a cascading error caused by 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. Info Line 165, Column 386: entity was defined here
    …al&&window.qs.consent.service.krux.tg&&window.qs.consent.service.krux.cd){if(t…
  265. Warning Line 203, Column 202: character "&" is the first character of a delimiter but occurred as data
    …e.krux.cd){if(typeof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.pu…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  266. Warning Line 203, Column 204: cannot generate system identifier for general entity "Krux.segments"
    …krux.cd){if(typeof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.puba…

    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.

  267. Error Line 203, Column 204: general entity "Krux.segments" not defined and no default entity
    …krux.cd){if(typeof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.puba…

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

  268. Warning Line 203, Column 217: reference not terminated by REFC delimiter
    …ypeof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.pubads().setTarge…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  269. Error Line 203, Column 217: reference to entity "Krux.segments" for which no system identifier could be generated
    …ypeof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.pubads().setTarge…

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

  270. Info Line 203, Column 203: entity was defined here
    ….krux.cd){if(typeof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.pub…
  271. Warning Line 203, Column 217: character "&" is the first character of a delimiter but occurred as data
    …ypeof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.pubads().setTarge…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  272. Warning Line 203, Column 219: cannot generate system identifier for general entity "Krux.user"
    …eof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.pubads().setTargeti…

    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.

  273. Error Line 203, Column 219: general entity "Krux.user" not defined and no default entity
    …eof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.pubads().setTargeti…

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

  274. Warning Line 203, Column 228: reference not terminated by REFC delimiter
    …='undefined'&&Krux.segments&&Krux.user){googletag.pubads().setTargeting('ksg',…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  275. Error Line 203, Column 228: reference to entity "Krux.user" for which no system identifier could be generated
    …='undefined'&&Krux.segments&&Krux.user){googletag.pubads().setTargeting('ksg',…

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

  276. Info Line 203, Column 218: entity was defined here
    …peof Krux!='undefined'&&Krux.segments&&Krux.user){googletag.pubads().setTarget…
  277. Warning Line 203, Column 358: character "&" is the first character of a delimiter but occurred as data
    …',Krux.user);}if(window.qs.krux.dn!=''&&window.qs.krux.dn!='null'){googletag.p…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  278. Warning Line 203, Column 377: reference not terminated by REFC delimiter
    …ndow.qs.krux.dn!=''&&window.qs.krux.dn!='null'){googletag.pubads().setTargetin…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  279. Error Line 203, Column 377: reference to entity "window.qs.krux.dn" for which no system identifier could be generated
    …ndow.qs.krux.dn!=''&&window.qs.krux.dn!='null'){googletag.pubads().setTargetin…

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

  280. Info Line 165, Column 463: entity was defined here
    …typeof window.qs.krux.dn!='undefined'&&window.qs.krux.dn!='null'){kruxDataLaye…
  281. Warning Line 203, Column 474: character "&" is the first character of a delimiter but occurred as data
    ….krux.dn+'');}if(window.qs.krux.jf!=''&&window.qs.krux.jf!='null'){googletag.p…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  282. Warning Line 203, Column 493: reference not terminated by REFC delimiter
    …ndow.qs.krux.jf!=''&&window.qs.krux.jf!='null'){googletag.pubads().setTargetin…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  283. Error Line 203, Column 493: reference to entity "window.qs.krux.jf" for which no system identifier could be generated
    …ndow.qs.krux.jf!=''&&window.qs.krux.jf!='null'){googletag.pubads().setTargetin…

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

  284. Info Line 165, Column 573: entity was defined here
    …typeof window.qs.krux.jf!='undefined'&&window.qs.krux.jf!='null'){kruxDataLaye…
  285. Warning Line 203, Column 590: character "&" is the first character of a delimiter but occurred as data
    ….krux.jf+'');}if(window.qs.krux.dr!=''&&window.qs.krux.dr!='null'){googletag.p…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  286. Warning Line 203, Column 609: reference not terminated by REFC delimiter
    …ndow.qs.krux.dr!=''&&window.qs.krux.dr!='null'){googletag.pubads().setTargetin…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  287. Error Line 203, Column 609: reference to entity "window.qs.krux.dr" for which no system identifier could be generated
    …ndow.qs.krux.dr!=''&&window.qs.krux.dr!='null'){googletag.pubads().setTargetin…

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

  288. Info Line 165, Column 683: entity was defined here
    …typeof window.qs.krux.dr!='undefined'&&window.qs.krux.dr!='null'){kruxDataLaye…
  289. Warning Line 203, Column 706: character "&" is the first character of a delimiter but occurred as data
    ….krux.dr+'');}if(window.qs.krux.ir!=''&&window.qs.krux.ir!='null'){googletag.p…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  290. Warning Line 203, Column 725: reference not terminated by REFC delimiter
    …ndow.qs.krux.ir!=''&&window.qs.krux.ir!='null'){googletag.pubads().setTargetin…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  291. Error Line 203, Column 725: reference to entity "window.qs.krux.ir" for which no system identifier could be generated
    …ndow.qs.krux.ir!=''&&window.qs.krux.ir!='null'){googletag.pubads().setTargetin…

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

  292. Info Line 165, Column 793: entity was defined here
    …typeof window.qs.krux.ir!='undefined'&&window.qs.krux.ir!='null'){kruxDataLaye…
  293. Warning Line 203, Column 824: character "&" is the first character of a delimiter but occurred as data
    …rux.ir+'');}if(window.qs.krux.noer!=''&&window.qs.krux.noer!='null'){googletag…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  294. Warning Line 203, Column 845: reference not terminated by REFC delimiter
    ….qs.krux.noer!=''&&window.qs.krux.noer!='null'){googletag.pubads().setTargetin…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  295. Error Line 203, Column 845: reference to entity "window.qs.krux.noer" for which no system identifier could be generated
    ….qs.krux.noer!=''&&window.qs.krux.noer!='null'){googletag.pubads().setTargetin…

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

  296. Info Line 165, Column 905: entity was defined here
    …peof window.qs.krux.noer!='undefined'&&window.qs.krux.noer!='null'){kruxDataLa…
  297. Warning Line 212, Column 33: character "&" is the first character of a delimiter but occurred as data
    if(typeof window.qs!='undefined'&&!window.qs.consent.service.dfp.dc){googletag.…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  298. Warning Line 212, Column 34: character "&" is the first character of a delimiter but occurred as data
    if(typeof window.qs!='undefined'&&!window.qs.consent.service.dfp.dc){googletag.…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  299. Warning Line 231, Column 44: character "&" is the first character of a delimiter but occurred as data
    …           if ((event.size[0] === 640 && event.size[1] === 480) || (event.size…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  300. Warning Line 231, Column 45: character "&" is the first character of a delimiter but occurred as data
    …          if ((event.size[0] === 640 && event.size[1] === 480) || (event.size[…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  301. Warning Line 231, Column 96: character "&" is the first character of a delimiter but occurred as data
    …& event.size[1] === 480) || (event.size[0] === 970 && event.size[1] === 250)) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  302. Warning Line 231, Column 97: character "&" is the first character of a delimiter but occurred as data
    …& event.size[1] === 480) || (event.size[0] === 970 && event.size[1] === 250)) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  303. Warning Line 242, Column 39: character "&" is the first character of a delimiter but occurred as data
                if (event.size[0] === 640 && event.size[1] === 480) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  304. Warning Line 242, Column 40: character "&" is the first character of a delimiter but occurred as data
                if (event.size[0] === 640 && event.size[1] === 480) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  305. Warning Line 275, Column 57: character "&" is the first character of a delimiter but occurred as data
    ….qs.dfp.tags[slot_id_simple].viewable && window.qs.dfp.tags[slot_id_simple].re…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  306. Warning Line 275, Column 58: character "&" is the first character of a delimiter but occurred as data
    …qs.dfp.tags[slot_id_simple].viewable && window.qs.dfp.tags[slot_id_simple].ref…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  307. Warning Line 275, Column 107: character "&" is the first character of a delimiter but occurred as data
    ….dfp.tags[slot_id_simple].refreshable && window.qs.dfp.tags[slot_id_simple].re…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  308. Warning Line 275, Column 108: character "&" is the first character of a delimiter but occurred as data
    …dfp.tags[slot_id_simple].refreshable && window.qs.dfp.tags[slot_id_simple].ref…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  309. Warning Line 275, Column 161: character "<" is the first character of a delimiter but occurred as data
    ….tags[slot_id_simple].refresh_counter < window.qs.dfp.tags[slot_id_simple].max…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  310. Warning Line 276, Column 97: character "&" is the first character of a delimiter but occurred as data
    …_id_simple].view_percentage_threshold && window.qs.dfp.tags[slot_id_simple].vi…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  311. Warning Line 276, Column 98: character "&" is the first character of a delimiter but occurred as data
    …id_simple].view_percentage_threshold && window.qs.dfp.tags[slot_id_simple].vis…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  312. Warning Line 276, Column 146: character "<" is the first character of a delimiter but occurred as data
    …s.dfp.tags[slot_id_simple].visibility < window.qs.dfp.tags[slot_id_simple].vie…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  313. Warning Line 276, Column 209: character "&" is the first character of a delimiter but occurred as data
    …_id_simple].view_percentage_threshold && window.qs.dfp.tags[slot_id_simple].in…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  314. Warning Line 276, Column 210: character "&" is the first character of a delimiter but occurred as data
    …id_simple].view_percentage_threshold && window.qs.dfp.tags[slot_id_simple].in_…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  315. Warning Line 297, Column 34: character "<" is the first character of a delimiter but occurred as data
                if ((view_percentage < window.qs.dfp.tags[slot_id_simple].view_perc…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  316. Warning Line 297, Column 97: character "&" is the first character of a delimiter but occurred as data
    …_id_simple].view_percentage_threshold && window.qs.dfp.tags[slot_id_simple].in…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  317. Warning Line 297, Column 98: character "&" is the first character of a delimiter but occurred as data
    …id_simple].view_percentage_threshold && window.qs.dfp.tags[slot_id_simple].in_…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  318. Warning Line 297, Column 169: character "&" is the first character of a delimiter but occurred as data
    …le].in_view) || (view_percentage == 0 && typeof window.qs.dfp.tags[slot_id_sim…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  319. Warning Line 297, Column 170: character "&" is the first character of a delimiter but occurred as data
    …e].in_view) || (view_percentage == 0 && typeof window.qs.dfp.tags[slot_id_simp…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  320. Warning Line 312, Column 27: character "&" is the first character of a delimiter but occurred as data
                if (timeoutms && (timeoutms % 1000) == 0)

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  321. Warning Line 312, Column 28: character "&" is the first character of a delimiter but occurred as data
                if (timeoutms && (timeoutms % 1000) == 0)

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  322. Warning Line 314, Column 49: character "&" is the first character of a delimiter but occurred as data
    …  if (typeof window.qs != 'undefined' && window.qs.consent.ready && typeof win…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  323. Warning Line 314, Column 50: character "&" is the first character of a delimiter but occurred as data
    … if (typeof window.qs != 'undefined' && window.qs.consent.ready && typeof wind…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  324. Warning Line 314, Column 76: character "&" is the first character of a delimiter but occurred as data
    …undefined' && window.qs.consent.ready && typeof window.evidon != 'undefined' &…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  325. Warning Line 314, Column 77: character "&" is the first character of a delimiter but occurred as data
    …ndefined' && window.qs.consent.ready && typeof window.evidon != 'undefined' &&…

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  326. Warning Line 314, Column 115: character "&" is the first character of a delimiter but occurred as data
    …consent.ready && typeof window.evidon != 'undefined' && window.evidon.notice) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  327. Warning Line 314, Column 116: character "&" is the first character of a delimiter but occurred as data
    …consent.ready && typeof window.evidon != 'undefined' && window.evidon.notice) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  328. Warning Line 331, Column 43: character "<" is the first character of a delimiter but occurred as data
                } else if ((timeoutms -= 100) < 0) {

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  329. Error Line 370, Column 12: 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>.

  330. Error Line 389, Column 14: document type does not allow element "noscript" here; assuming missing "object" start-tag
        <noscript><img alt="dcsimg" id="dcsimg" width="1" height="1" src="//www.qss…

  331. Warning Line 389, Column 245: character "&" is the first character of a delimiter but occurred as data
    …cssip=www.flashkit.com&amp;WT.qs_dlk=X7GJvu3d38xRyVzN@dAu4gAAAAQ&"/></noscript>

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  332. Error Line 390, Column 7: end tag for "object" omitted, but OMITTAG NO was specified
    </head>

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

  333. Info Line 389, Column 5: start tag was here
        <noscript><img alt="dcsimg" id="dcsimg" width="1" height="1" src="//www.qss…
  334. Error Line 394, Column 13: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
        <div id=banner align="center">

  335. Error Line 396, 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>.

  336. Error Line 406, Column 20: there is no attribute "height"
            <tr height="20">

    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.

  337. Error Line 407, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  338. Error Line 407, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  339. Error Line 410, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  340. Error Line 410, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  341. Error Line 413, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  342. Error Line 413, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  343. Error Line 416, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  344. Error Line 416, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  345. Error Line 419, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  346. Error Line 419, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  347. Error Line 427, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  348. Error Line 427, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  349. Error Line 431, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  350. Error Line 431, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  351. Error Line 434, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  352. Error Line 434, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  353. Error Line 437, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  354. Error Line 437, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  355. Error Line 445, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  356. Error Line 445, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  357. Error Line 446, Column 51: an attribute specification must start with a name or name token
                    <a class="topMenu" href="/gallery"">&#187; Gallery</a>

    An attribute name (and some attribute values) must start with one of a restricted set of characters. This error usually indicates that you have failed to add a closing quotation mark on a previous attribute value (so the attribute value looks like the start of a new attribute) or have used an attribute that is not defined (usually a typo in a common attribute name).

  358. Error Line 448, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  359. Error Line 448, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  360. Error Line 451, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  361. Error Line 451, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  362. Error Line 455, Column 25: syntax of attribute value does not conform to declared value
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

    The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.

  363. Error Line 455, Column 25: value of attribute "nowrap" cannot be ""; must be one of "nowrap"
                <td nowrap="" align="left" style="padding-left: 6px; padding-right:…

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

  364. Error Line 463, Column 86: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …"cse-search-box" method="get" action= http://www.flashkit.com/search.php name=…

  365. Error Line 463, Column 92: NET-enabling start-tag not immediately followed by null end-tag
    …earch-box" method="get" action= http://www.flashkit.com/search.php name="searc…

    This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).

  366. Error Line 467, Column 72: end tag for "input" omitted, but OMITTAG NO was specified
            <input type="text" size="30" title="Search Flash Kit" name="q">

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

  367. Info Line 467, Column 9: start tag was here
            <input type="text" size="30" title="Search Flash Kit" name="q">
  368. Error Line 468, Column 36: there is no attribute "hspace"
            <input type="image" hspace="5" border="0" align="absmiddle" title="Sear…

    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.

  369. Error Line 468, Column 47: there is no attribute "border"
    …<input type="image" hspace="5" border="0" align="absmiddle" title="Search Flas…

    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.

  370. Error Line 468, Column 67: value of attribute "align" cannot be "absmiddle"; must be one of "top", "middle", "bottom", "left", "right"
    …hspace="5" border="0" align="absmiddle" title="Search Flash Kit" src="/images/…

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

  371. Error Line 469, Column 41: end tag for "input" omitted, but OMITTAG NO was specified
                   value="Search" name="sa">

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

  372. Info Line 468, Column 9: start tag was here
            <input type="image" hspace="5" border="0" align="absmiddle" title="Sear…
  373. Error Line 471, Column 11: end tag for element "form" which is not open
        </form>

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

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

  374. Warning Line 472, Column 97: reference not terminated by REFC delimiter
    …/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  375. Error Line 476, Column 22: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                <a href= http://www.flashkit.com >

  376. Error Line 476, Column 28: NET-enabling start-tag not immediately followed by null end-tag
                <a href= http://www.flashkit.com >

    This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).

  377. Error Line 477, Column 91: end tag for "img" omitted, but OMITTAG NO was specified
    …     <img border="0" src="/images/common/header/fk_logotop.gif" alt="top logo">

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

  378. Info Line 477, Column 17: start tag was here
                    <img border="0" src="/images/common/header/fk_logotop.gif" alt=…
  379. Error Line 478, Column 16: end tag for element "a" which is not open
                </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.

  380. Error Line 485, Column 140: end tag for "img" omitted, but OMITTAG NO was specified
    …iddle" alt="First time here?" src="/images/common/header/fk_firsttimeicon.gif">

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

  381. Info Line 485, Column 13: start tag was here
                <img width="20" height="33" border="0" align ="middle" alt="First t…
  382. Error Line 487, Column 142: end tag for "img" omitted, but OMITTAG NO was specified
    …dle" alt="Newsletter Signup" src="/images/common/header/fk_newslettericon.gif">

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

  383. Info Line 487, Column 13: start tag was here
                <img width="20" height="33" border="0" align ="middle" alt="Newslet…
  384. Error Line 490, Column 46: end tag for "br" omitted, but OMITTAG NO was specified
        <div class="top">Sign Up for the Free<br> Web Development Updates</div>

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

  385. Info Line 490, Column 42: start tag was here
        <div class="top">Sign Up for the Free<br> Web Development Updates</div>
  386. Error Line 494, Column 64: there is no attribute "aria-label"
    …mecard" title="newsletter" aria-label="email" name="nlemail"  class="nlemail" …

    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.

  387. Error Line 494, Column 109: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    … name="nlemail"  class="nlemail" type=text placeholder="Enter your Email Addre…

  388. Error Line 494, Column 126: there is no attribute "placeholder"
    …l"  class="nlemail" type=text placeholder="Enter your Email Address" required/>

    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.

  389. Error Line 494, Column 162: "required" is not a member of a group specified for any attribute
    …l"  class="nlemail" type=text placeholder="Enter your Email Address" required/>

  390. Error Line 495, Column 86: end tag for "input" omitted, but OMITTAG NO was specified
    …put id="navNewsletterSignup" type="hidden" value="1543" name="nlNewsletterKey">

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

  391. Info Line 495, Column 4: start tag was here
    			<input id="navNewsletterSignup" type="hidden" value="1543" name="nlNewslette…
  392. Error Line 496, Column 88: end tag for "input" omitted, but OMITTAG NO was specified
    …t id="nlBusinessUnit" type="hidden" value="Internet.com" name="nlBusinessUnit">

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

  393. Info Line 496, Column 4: start tag was here
    			<input id="nlBusinessUnit" type="hidden" value="Internet.com" name="nlBusine…
  394. Error Line 497, Column 188: end tag for "input" omitted, but OMITTAG NO was specified
    ….com/cgi/r?;n=203;c=1387906;s=15939;x=7936;f=201306031133220;u=j;z=TIMESTAMP;">

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

  395. Info Line 497, Column 25: start tag was here
                            <input type="hidden" name="nlQuadTrackUrl" id="nlQuadTr…
  396. Error Line 515, Column 107: end tag for "img" omitted, but OMITTAG NO was specified
    …"partnerLogo" src="/images/common/leftPane/fk_partners.gif" alt="partner Logo">

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

  397. Info Line 515, Column 17: start tag was here
                    <img class="partnerLogo" src="/images/common/leftPane/fk_partne…
  398. Error Line 518, Column 20: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
            <div class=linkList>

  399. Error Line 551, Column 30: value of attribute "align" cannot be "ABSBOTTOM"; must be one of "top", "middle", "bottom", "left", "right"
            <img align="ABSBOTTOM" alt="" src="/images/common/leftPane/fk_lnavibot_…

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

  400. Error Line 551, Column 87: end tag for "img" omitted, but OMITTAG NO was specified
    … <img align="ABSBOTTOM" alt="" src="/images/common/leftPane/fk_lnavibot_r.gif">

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

  401. Info Line 551, Column 9: start tag was here
            <img align="ABSBOTTOM" alt="" src="/images/common/leftPane/fk_lnavibot_…
  402. Error Line 557, 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>.

  403. Error Line 572, 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>.

  404. Error Line 584, Column 62: end tag for "img" omitted, but OMITTAG NO was specified
        <img src="/images/homepage/whatsnew.gif" alt="whats new">

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

  405. Info Line 584, Column 5: start tag was here
        <img src="/images/homepage/whatsnew.gif" alt="whats new">
  406. Error Line 587, Column 104: "s" is not a member of a group specified for any attribute
    …ll.gif" width="18" height="14" alt="right_arrow"s>Featured Flash Tutorials</h2>

  407. Error Line 587, Column 105: end tag for "img" omitted, but OMITTAG NO was specified
    …ll.gif" width="18" height="14" alt="right_arrow"s>Featured Flash Tutorials</h2>

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

  408. Info Line 587, Column 17: start tag was here
                <h2><img src="/images/section/fk_annoncecall.gif" width="18" height…
  409. Error Line 589, Column 13: end tag for "hr" omitted, but OMITTAG NO was specified
            <hr>

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

  410. Info Line 589, Column 9: start tag was here
            <hr>
  411. Error Line 590, Column 18: ID "featuredTutorials" already defined
            <div id="featuredTutorials"><div class="tutorial">            <div>

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  412. Info Line 585, Column 14: ID "featuredTutorials" first defined here
        <div id="featuredTutorials">
  413. Warning Line 606, Column 62: cannot generate system identifier for general entity "cx"
    …="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:75029139…

    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.

  414. Error Line 606, Column 62: general entity "cx" not defined and no default entity
    …="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:75029139…

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

  415. Warning Line 606, Column 64: reference not terminated by REFC delimiter
    …/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913989…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  416. Warning Line 606, Column 64: reference to external entity in attribute value
    …/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913989…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  417. Error Line 606, Column 64: reference to entity "cx" for which no system identifier could be generated
    …/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913989…

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

  418. Info Line 606, Column 61: entity was defined here
    …f="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913…
  419. Warning Line 606, Column 105: cannot generate system identifier for general entity "cof"
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    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.

  420. Error Line 606, Column 105: general entity "cof" not defined and no default entity
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  421. Warning Line 606, Column 108: reference not terminated by REFC delimiter
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  422. Warning Line 606, Column 108: reference to external entity in attribute value
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  423. Error Line 606, Column 108: reference to entity "cof" for which no system identifier could be generated
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  424. Info Line 606, Column 104: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  425. Warning Line 606, Column 118: cannot generate system identifier for general entity "ie"
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    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.

  426. Error Line 606, Column 118: general entity "ie" not defined and no default entity
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  427. Warning Line 606, Column 120: reference not terminated by REFC delimiter
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  428. Warning Line 606, Column 120: reference to external entity in attribute value
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  429. Error Line 606, Column 120: reference to entity "ie" for which no system identifier could be generated
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  430. Info Line 606, Column 117: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  431. Warning Line 606, Column 127: cannot generate system identifier for general entity "sa"
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    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.

  432. Error Line 606, Column 127: general entity "sa" not defined and no default entity
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  433. Warning Line 606, Column 129: reference not terminated by REFC delimiter
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  434. Warning Line 606, Column 129: reference to external entity in attribute value
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  435. Error Line 606, Column 129: reference to entity "sa" for which no system identifier could be generated
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  436. Info Line 606, Column 126: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  437. Error Line 611, Column 55: document type does not allow element "h3" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …            <a href="/tutorials/New/index.php"><h3>New Flash Tutorials</h3></a>

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

  438. Error Line 630, Column 104: end tag for "img" omitted, but OMITTAG NO was specified
    …ecall.gif" width="18" height="14" alt="right_arrow">Featured Gallery Image</h2>

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

  439. Info Line 630, Column 17: start tag was here
                <h2><img src="/images/section/fk_annoncecall.gif" width="18" height…
  440. Error Line 632, Column 13: end tag for "hr" omitted, but OMITTAG NO was specified
            <hr>

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

  441. Info Line 632, Column 9: start tag was here
            <hr>
  442. Error Line 633, Column 226: required attribute "alt" not specified
    …her/Chilli_Pep_Mark_Valen_5695/chili pepper text box.png"></a>            <div>

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

  443. Error Line 633, Column 230: end tag for "img" omitted, but OMITTAG NO was specified
    …her/Chilli_Pep_Mark_Valen_5695/chili pepper text box.png"></a>            <div>

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

  444. Info Line 633, Column 112: start tag was here
    …li-pepper-text-box-130821160009.html"><img src="/imagesvr_ce/flashkit/gallery/…
  445. Warning Line 649, Column 57: reference not terminated by REFC delimiter
    … href="/search.php?q=Mark Valentino&cx=partner-pub-8768004398756183:7502913989…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  446. Warning Line 649, Column 57: reference to external entity in attribute value
    … href="/search.php?q=Mark Valentino&cx=partner-pub-8768004398756183:7502913989…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  447. Error Line 649, Column 57: reference to entity "cx" for which no system identifier could be generated
    … href="/search.php?q=Mark Valentino&cx=partner-pub-8768004398756183:7502913989…

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

  448. Info Line 606, Column 61: entity was defined here
    …f="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913…
  449. Warning Line 649, Column 101: reference not terminated by REFC delimiter
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  450. Warning Line 649, Column 101: reference to external entity in attribute value
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  451. Error Line 649, Column 101: reference to entity "cof" for which no system identifier could be generated
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  452. Info Line 606, Column 104: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  453. Warning Line 649, Column 113: reference not terminated by REFC delimiter
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  454. Warning Line 649, Column 113: reference to external entity in attribute value
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  455. Error Line 649, Column 113: reference to entity "ie" for which no system identifier could be generated
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  456. Info Line 606, Column 117: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  457. Warning Line 649, Column 122: reference not terminated by REFC delimiter
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  458. Warning Line 649, Column 122: reference to external entity in attribute value
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  459. Error Line 649, Column 122: reference to entity "sa" for which no system identifier could be generated
    …no&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  460. Info Line 606, Column 126: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  461. Error Line 654, Column 77: end tag for "img" omitted, but OMITTAG NO was specified
            <img src="/images/homepage/fk_threads_top.gif" alt="fk_threads_top">

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

  462. Info Line 654, Column 9: start tag was here
            <img src="/images/homepage/fk_threads_top.gif" alt="fk_threads_top">
  463. Error Line 658, Column 207: element "HR" undefined
    …="18" height="14" border="0" align="left" />Latest Updates</div> <HR></td></tr>

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

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  464. Error Line 658, Column 212: end tag for "HR" omitted, but OMITTAG NO was specified
    …="18" height="14" border="0" align="left" />Latest Updates</div> <HR></td></tr>

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

  465. Info Line 658, Column 204: start tag was here
    …="18" height="14" border="0" align="left" />Latest Updates</div> <HR></td></tr>
  466. Error Line 660, Column 38: there is no attribute "SIZE"
        <td bgcolor="#FFFFFF"><font SIZE="1" FACE="Verdana, Arial" color="#000080">…

    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.

  467. Error Line 660, Column 47: there is no attribute "FACE"
    …bgcolor="#FFFFFF"><font SIZE="1" FACE="Verdana, Arial" color="#000080"><b><cen…

    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.

  468. Error Line 660, Column 90: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …FACE="Verdana, Arial" color="#000080"><b><center>Topic</center></b></font></td>

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

  469. Error Line 661, Column 90: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …1" FACE="Verdana, Arial" color="#000080"><b><center>By</center></b></font></td>

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

  470. Error Line 662, Column 90: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …CE="Verdana, Arial" color="#000080"><b><center>Replies</center></b></font></td>

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

  471. Error Line 663, Column 90: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …CE="Verdana, Arial" color="#000080"><b><center>Updated</center></b></font></td>

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

  472. Error Line 730, Column 204: element "HR" undefined
    …dth="18" height="14" border="0" align="left" />Hot Threads</div> <HR></td></tr>

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

    • incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
  473. Error Line 730, Column 209: end tag for "HR" omitted, but OMITTAG NO was specified
    …dth="18" height="14" border="0" align="left" />Hot Threads</div> <HR></td></tr>

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

  474. Info Line 730, Column 201: start tag was here
    …dth="18" height="14" border="0" align="left" />Hot Threads</div> <HR></td></tr>
  475. Error Line 732, Column 90: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …FACE="Verdana, Arial" color="#000080"><b><center>Topic</center></b></font></td>

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

  476. Error Line 733, Column 90: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …1" FACE="Verdana, Arial" color="#000080"><b><center>By</center></b></font></td>

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

  477. Error Line 734, Column 90: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …CE="Verdana, Arial" color="#000080"><b><center>Replies</center></b></font></td>

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

  478. Error Line 735, Column 90: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …CE="Verdana, Arial" color="#000080"><b><center>Updated</center></b></font></td>

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

  479. Error Line 741, Column 104: end tag for "img" omitted, but OMITTAG NO was specified
    …annoncecall.gif" width="18" height="14" alt="right_arrow">Latest Headlines</h2>

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

  480. Info Line 741, Column 17: start tag was here
                <h2><img src="/images/section/fk_annoncecall.gif" width="18" height…
  481. Error Line 743, Column 13: end tag for "hr" omitted, but OMITTAG NO was specified
            <hr>

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

  482. Info Line 743, Column 9: start tag was here
            <hr>
  483. Error Line 745, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineLight>

  484. Error Line 748, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineDark>

  485. Error Line 751, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineLight>

  486. Error Line 754, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineDark>

  487. Error Line 757, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineLight>

  488. Error Line 760, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineDark>

  489. Error Line 763, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineLight>

  490. Error Line 766, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineDark>

  491. Error Line 769, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineLight>

  492. Error Line 772, Column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <div class=headlineDark>

  493. Error Line 785, 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>.

  494. Error Line 793, 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>.

  495. Error Line 801, Column 111: end tag for "img" omitted, but OMITTAG NO was specified
    …height="43" alt="fk_wncornlft" src="/images/common/rightPane/fk_wncornlft.gif">

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

  496. Info Line 801, Column 14: start tag was here
                 <img  width ="11" height="43" alt="fk_wncornlft" src="/images/comm…
  497. Error Line 804, Column 78: end tag for "img" omitted, but OMITTAG NO was specified
                 <img src="/images/common/rightPane/fk_wnmid.gif" alt="fk_wnmid">

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

  498. Info Line 804, Column 14: start tag was here
                 <img src="/images/common/rightPane/fk_wnmid.gif" alt="fk_wnmid">
  499. Error Line 807, Column 88: end tag for "img" omitted, but OMITTAG NO was specified
    …     <img src="/images/common/rightPane/fk_wncornrght.gif" alt="fk_wncornrght">

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

  500. Info Line 807, Column 14: start tag was here
                 <img src="/images/common/rightPane/fk_wncornrght.gif" alt="fk_wnco…
  501. Error Line 827, Column 56: end tag for element "a" which is not open
                    Raise all the blocks to win the game</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.

  502. Warning Line 831, Column 48: reference not terminated by REFC delimiter
    …   <a href="/search.php?q=Inocreato&cx=partner-pub-8768004398756183:7502913989…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  503. Warning Line 831, Column 48: reference to external entity in attribute value
    …   <a href="/search.php?q=Inocreato&cx=partner-pub-8768004398756183:7502913989…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  504. Error Line 831, Column 48: reference to entity "cx" for which no system identifier could be generated
    …   <a href="/search.php?q=Inocreato&cx=partner-pub-8768004398756183:7502913989…

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

  505. Info Line 606, Column 61: entity was defined here
    …f="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913…
  506. Warning Line 831, Column 92: reference not terminated by REFC delimiter
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  507. Warning Line 831, Column 92: reference to external entity in attribute value
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  508. Error Line 831, Column 92: reference to entity "cof" for which no system identifier could be generated
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  509. Info Line 606, Column 104: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  510. Warning Line 831, Column 104: reference not terminated by REFC delimiter
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  511. Warning Line 831, Column 104: reference to external entity in attribute value
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  512. Error Line 831, Column 104: reference to entity "ie" for which no system identifier could be generated
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  513. Info Line 606, Column 117: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  514. Warning Line 831, Column 113: reference not terminated by REFC delimiter
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  515. Warning Line 831, Column 113: reference to external entity in attribute value
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  516. Error Line 831, Column 113: reference to entity "sa" for which no system identifier could be generated
    …to&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  517. Info Line 606, Column 126: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  518. Error Line 843, Column 194: end tag for "img" omitted, but OMITTAG NO was specified
    …loops/Ambient/Ambient/The_Wood_TomCat_Car_5695/The Wood.png"></a>        </div>

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

  519. Info Line 843, Column 73: start tag was here
    …t/Ambient/the-wood-150305122004.html"><img alt="Image for equalize" src="/imag…
  520. Error Line 850, Column 33: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                        <param name=FlashVars value="mp3File=/imagesvr_ce/flashkit/…

  521. Error Line 858, Column 37: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
                            <param name=FlashVars value="mp3File=/imagesvr_ce/flash…

  522. Error Line 868, Column 31: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
                <p>Audio Player<p/>

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

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

  523. Error Line 869, Column 14: end tag for "p" omitted, but OMITTAG NO was specified
            </div>

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

  524. Info Line 868, Column 13: start tag was here
                <p>Audio Player<p/>
  525. Error Line 878, Column 202: end tag for element "a" which is not open
    …el of well, I don't know, the woods? Free to use, just credit me. thank you</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.

  526. Warning Line 882, Column 51: reference not terminated by REFC delimiter
    …<a href="/search.php?q=TomCat Carty&cx=partner-pub-8768004398756183:7502913989…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  527. Warning Line 882, Column 51: reference to external entity in attribute value
    …<a href="/search.php?q=TomCat Carty&cx=partner-pub-8768004398756183:7502913989…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  528. Error Line 882, Column 51: reference to entity "cx" for which no system identifier could be generated
    …<a href="/search.php?q=TomCat Carty&cx=partner-pub-8768004398756183:7502913989…

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

  529. Info Line 606, Column 61: entity was defined here
    …f="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913…
  530. Warning Line 882, Column 95: reference not terminated by REFC delimiter
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  531. Warning Line 882, Column 95: reference to external entity in attribute value
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  532. Error Line 882, Column 95: reference to entity "cof" for which no system identifier could be generated
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  533. Info Line 606, Column 104: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  534. Warning Line 882, Column 107: reference not terminated by REFC delimiter
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  535. Warning Line 882, Column 107: reference to external entity in attribute value
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  536. Error Line 882, Column 107: reference to entity "ie" for which no system identifier could be generated
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  537. Info Line 606, Column 117: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  538. Warning Line 882, Column 116: reference not terminated by REFC delimiter
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  539. Warning Line 882, Column 116: reference to external entity in attribute value
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  540. Error Line 882, Column 116: reference to entity "sa" for which no system identifier could be generated
    …ty&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  541. Info Line 606, Column 126: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  542. Warning Line 906, Column 50: reference not terminated by REFC delimiter
    … <a href="/search.php?q=Alex Zokaei&cx=partner-pub-8768004398756183:7502913989…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  543. Warning Line 906, Column 50: reference to external entity in attribute value
    … <a href="/search.php?q=Alex Zokaei&cx=partner-pub-8768004398756183:7502913989…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  544. Error Line 906, Column 50: reference to entity "cx" for which no system identifier could be generated
    … <a href="/search.php?q=Alex Zokaei&cx=partner-pub-8768004398756183:7502913989…

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

  545. Info Line 606, Column 61: entity was defined here
    …f="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913…
  546. Warning Line 906, Column 94: reference not terminated by REFC delimiter
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  547. Warning Line 906, Column 94: reference to external entity in attribute value
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  548. Error Line 906, Column 94: reference to entity "cof" for which no system identifier could be generated
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  549. Info Line 606, Column 104: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  550. Warning Line 906, Column 106: reference not terminated by REFC delimiter
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  551. Warning Line 906, Column 106: reference to external entity in attribute value
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  552. Error Line 906, Column 106: reference to entity "ie" for which no system identifier could be generated
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  553. Info Line 606, Column 117: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  554. Warning Line 906, Column 115: reference not terminated by REFC delimiter
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  555. Warning Line 906, Column 115: reference to external entity in attribute value
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  556. Error Line 906, Column 115: reference to entity "sa" for which no system identifier could be generated
    …ei&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  557. Info Line 606, Column 126: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  558. Error Line 918, Column 162: required attribute "alt" not specified
    …F/FAFERS_I-Fbio_FA-1601/FAFERS_I-Fbio_FA-1601_THUMBNAIL.png"></a>        </div>

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

  559. Error Line 918, Column 166: end tag for "img" omitted, but OMITTAG NO was specified
    …F/FAFERS_I-Fbio_FA-1601/FAFERS_I-Fbio_FA-1601_THUMBNAIL.png"></a>        </div>

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

  560. Info Line 918, Column 64: start tag was here
    …ts/F/FAFERS_I-Fbio_FA-1601/index.php"><img src="/imagesvr_ce/flashkit/fonts/F/…
  561. Error Line 927, Column 249: end tag for element "a" which is not open
    …nations are accepted to keep the project of free fonts alive! Thank you all</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.

  562. Warning Line 931, Column 51: reference not terminated by REFC delimiter
    …<a href="/search.php?q=Fábio FAFERS&cx=partner-pub-8768004398756183:7502913989…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  563. Warning Line 931, Column 51: reference to external entity in attribute value
    …<a href="/search.php?q=Fábio FAFERS&cx=partner-pub-8768004398756183:7502913989…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  564. Error Line 931, Column 51: reference to entity "cx" for which no system identifier could be generated
    …<a href="/search.php?q=Fábio FAFERS&cx=partner-pub-8768004398756183:7502913989…

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

  565. Info Line 606, Column 61: entity was defined here
    …f="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913…
  566. Warning Line 931, Column 95: reference not terminated by REFC delimiter
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  567. Warning Line 931, Column 95: reference to external entity in attribute value
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  568. Error Line 931, Column 95: reference to entity "cof" for which no system identifier could be generated
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  569. Info Line 606, Column 104: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  570. Warning Line 931, Column 107: reference not terminated by REFC delimiter
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  571. Warning Line 931, Column 107: reference to external entity in attribute value
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  572. Error Line 931, Column 107: reference to entity "ie" for which no system identifier could be generated
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  573. Info Line 606, Column 117: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  574. Warning Line 931, Column 116: reference not terminated by REFC delimiter
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  575. Warning Line 931, Column 116: reference to external entity in attribute value
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  576. Error Line 931, Column 116: reference to entity "sa" for which no system identifier could be generated
    …RS&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  577. Info Line 606, Column 126: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  578. Error Line 943, Column 190: end tag for "img" omitted, but OMITTAG NO was specified
    …/soundfx/Mayhem/Stooge_Org_Davisigner_5992/Stooge Organ.png"></a>        </div>

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

  579. Info Line 943, Column 70: start tag was here
    …ayhem/stooge-organ-140415071507.html"><img alt="Image for equalize" src="/imag…
  580. Error Line 950, Column 41: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …                          <param name=FlashVars value="mp3File=/imagesvr_ce/fl…

  581. Error Line 958, Column 45: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …                          <param name=FlashVars value="mp3File=/imagesvr_ce/fl…

  582. Error Line 968, Column 39: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
                        <p>Audio Player<p/>

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

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

  583. Error Line 969, Column 22: end tag for "p" omitted, but OMITTAG NO was specified
                    </div>

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

  584. Info Line 968, Column 21: start tag was here
                        <p>Audio Player<p/>
  585. Warning Line 981, Column 49: reference not terminated by REFC delimiter
    …  <a href="/search.php?q=Davisigner&cx=partner-pub-8768004398756183:7502913989…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  586. Warning Line 981, Column 49: reference to external entity in attribute value
    …  <a href="/search.php?q=Davisigner&cx=partner-pub-8768004398756183:7502913989…

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  587. Error Line 981, Column 49: reference to entity "cx" for which no system identifier could be generated
    …  <a href="/search.php?q=Davisigner&cx=partner-pub-8768004398756183:7502913989…

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

  588. Info Line 606, Column 61: entity was defined here
    …f="/search.php?q=Extreme Design Studio&cx=partner-pub-8768004398756183:7502913…
  589. Warning Line 981, Column 93: reference not terminated by REFC delimiter
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  590. Warning Line 981, Column 93: reference to external entity in attribute value
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  591. Error Line 981, Column 93: reference to entity "cof" for which no system identifier could be generated
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  592. Info Line 606, Column 104: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  593. Warning Line 981, Column 105: reference not terminated by REFC delimiter
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  594. Warning Line 981, Column 105: reference to external entity in attribute value
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  595. Error Line 981, Column 105: reference to entity "ie" for which no system identifier could be generated
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  596. Info Line 606, Column 117: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  597. Warning Line 981, Column 114: reference not terminated by REFC delimiter
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  598. Warning Line 981, Column 114: reference to external entity in attribute value
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

    This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&amp;'.

  599. Error Line 981, Column 114: reference to entity "sa" for which no system identifier could be generated
    …er&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">

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

  600. Info Line 606, Column 126: entity was defined here
    …io&cx=partner-pub-8768004398756183:7502913989&cof=FORID:10&ie=UTF-8&sa=Search">
  601. Error Line 997, 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>.

  602. Error Line 1004, Column 27: 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).

  603. Error Line 1035, Column 15: "async" is not a member of a group specified for any attribute
    <script async language="Javascript" src="/icom_includes/footers/scripts/footerb…

  604. Error Line 1035, Column 95: required attribute "type" not specified
    …nguage="Javascript" src="/icom_includes/footers/scripts/footerbrandingcode.js">

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

  605. Error Line 1038, Column 13: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
        <div id=bottomCorner>

↑ Top