Errors found while checking this document as XHTML 1.0 Transitional!

Result: 6 Errors, 5 warning(s)
:
Modified:Wed, 08 Feb 2012 13:27:31 GMT
Server:Apache
Size:44141
Content-Type:text/html
: 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: 6 Errors

  1. Error Line 578, Column 37: ID "golden" already defined
    								   <a class="closethis" id="golden" href="#" name="golden"><img src=

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

  2. Info Line 572, Column 51: ID "golden" first defined here
    …              <a class="watchthis" id="golden" href="#" name="golden"><img src=
  3. Warning Line 585, Column 45: cannot generate system identifier for general entity "width"
    …li><a href="http://vimeo.com/32580903&width=700" rel="prettyPhoto" title="Codi…

    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.

  4. Error Line 585, Column 45: general entity "width" not defined and no default entity
    …li><a href="http://vimeo.com/32580903&width=700" rel="prettyPhoto" title="Codi…

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

  5. Warning Line 585, Column 50: reference not terminated by REFC delimiter
    … href="http://vimeo.com/32580903&width=700" rel="prettyPhoto" title="Coding Ti…

    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.

  6. Warning Line 585, Column 50: reference to external entity in attribute value
    … href="http://vimeo.com/32580903&width=700" rel="prettyPhoto" title="Coding Ti…

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

  7. Error Line 585, Column 50: reference to entity "width" for which no system identifier could be generated
    … href="http://vimeo.com/32580903&width=700" rel="prettyPhoto" title="Coding Ti…

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

  8. Info Line 585, Column 44: entity was defined here
    …<li><a href="http://vimeo.com/32580903&width=700" rel="prettyPhoto" title="Cod…
  9. Error Line 587, Column 85: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …250px; height:250px; background:transparent; display:hidden;"> </div> </a></li>

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

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

  10. Warning Line 594, Column 50: reference not terminated by REFC delimiter
    … href="http://vimeo.com/35532214&width=700" rel="prettyPhoto" title="See my Ph…

    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.

  11. Warning Line 594, Column 50: reference to external entity in attribute value
    … href="http://vimeo.com/35532214&width=700" rel="prettyPhoto" title="See my Ph…

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

  12. Error Line 594, Column 50: reference to entity "width" for which no system identifier could be generated
    … href="http://vimeo.com/35532214&width=700" rel="prettyPhoto" title="See my Ph…

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

  13. Info Line 585, Column 44: entity was defined here
    …<li><a href="http://vimeo.com/32580903&width=700" rel="prettyPhoto" title="Cod…
  14. Error Line 596, Column 85: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …250px; height:250px; background:transparent; display:hidden;"> </div> </a></li>

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

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

↑ Top