Errors found while checking this document as XHTML 1.0 Transitional!

Result: 5 Errors, 7 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.

↑ Top

Validation Output: 5 Errors

  1. Warning Line 24, Column 372: cannot generate system identifier for general entity "t"
    …fUqC5Tz5BdrmqklAX1E4xbqgdfJ1w-dcAmCH0&t=634735592147596542" type="text/css" re…

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

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

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

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

  2. Error Line 24, Column 372: general entity "t" not defined and no default entity
    …fUqC5Tz5BdrmqklAX1E4xbqgdfJ1w-dcAmCH0&t=634735592147596542" type="text/css" re…

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

  3. Warning Line 24, Column 373: reference not terminated by REFC delimiter
    …UqC5Tz5BdrmqklAX1E4xbqgdfJ1w-dcAmCH0&t=634735592147596542" type="text/css" rel…

    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.

  4. Warning Line 24, Column 373: reference to external entity in attribute value
    …UqC5Tz5BdrmqklAX1E4xbqgdfJ1w-dcAmCH0&t=634735592147596542" type="text/css" rel…

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

  5. Error Line 24, Column 373: reference to entity "t" for which no system identifier could be generated
    …UqC5Tz5BdrmqklAX1E4xbqgdfJ1w-dcAmCH0&t=634735592147596542" type="text/css" rel…

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

  6. Info Line 24, Column 371: entity was defined here
    …IfUqC5Tz5BdrmqklAX1E4xbqgdfJ1w-dcAmCH0&t=634735592147596542" type="text/css" r…
  7. Error Line 24, Column 426: document type does not allow element "link" here
    …6542" type="text/css" rel="stylesheet"></link><link href="/WebResource.axd?d=j…

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

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

  8. Warning Line 24, Column 623: reference not terminated by REFC delimiter
    …ehK039SZd3AvhxBhgBthS4V9WnFUDAMGWeA1&t=634735592147596542" type="text/css" rel…

    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.

  9. Warning Line 24, Column 623: reference to external entity in attribute value
    …ehK039SZd3AvhxBhgBthS4V9WnFUDAMGWeA1&t=634735592147596542" type="text/css" rel…

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

  10. Error Line 24, Column 623: reference to entity "t" for which no system identifier could be generated
    …ehK039SZd3AvhxBhgBthS4V9WnFUDAMGWeA1&t=634735592147596542" type="text/css" rel…

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

  11. Info Line 24, Column 371: entity was defined here
    …IfUqC5Tz5BdrmqklAX1E4xbqgdfJ1w-dcAmCH0&t=634735592147596542" type="text/css" r…
  12. Error Line 24, Column 676: document type does not allow element "link" here
    …S4V9WnFUDAMGWeA1&t=634735592147596542" type="text/css" rel="stylesheet"></link>

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

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

  13. Warning Line 93, Column 16: character "&" is the first character of a delimiter but occurred as data
    						Students & Parents</a>

    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.
  14. Warning Line 373, Column 16: character "&" is the first character of a delimiter but occurred as data
    						Students & Parents</a>

    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.

↑ Top