Errors found while checking this document as XHTML 1.0 Transitional!

Result: 20 Errors, 12 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/9/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 20 Errors

  1. Error Line 4, Column 39: value of fixed attribute "xmlns" not equal to default
    <html xmlns="http://www.w3.org/9/xhtml" xml:lang="en-gb" lang="en-gb">

  2. Error Line 4, Column 1: Wrong xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
    <html xmlns="http://www.w3.org/9/xhtml" xml:lang="en-gb" lang="en-gb">

  3. Error Line 165, Column 158: there is no attribute "onClick"
    …NUMBER_HERE" target='_blank'  onClick="javascript:pageTracker._trackEvent ('ou…

    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.

  4. Error Line 487, Column 38: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
          <div class="sectiontableentry1">

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

  5. Error Line 495, Column 38: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
          <div class="sectiontableentry2">

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

  6. Error Line 503, Column 38: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
          <div class="sectiontableentry1">

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

  7. Error Line 535, Column 40: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
            <div class="sectiontableentry1">

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

  8. Error Line 540, Column 278: there is no attribute "onClick"
    …00504_1335460097.jpg[/IMG]" readonly="readonly" onClick="select()" type="text">

    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.

  9. Error Line 540, Column 301: end tag for "input" omitted, but OMITTAG NO was specified
    …00504_1335460097.jpg[/IMG]" readonly="readonly" onClick="select()" type="text">

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

  10. Info Line 540, Column 13: start tag was here
                <input class="inputbox jg_img_BB_box" size="50" value="[IMG]http://…
  11. Error Line 543, Column 40: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
            <div class="sectiontableentry2">

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

  12. Warning Line 548, Column 133: cannot generate system identifier for general entity "func"
    ….com/index.php?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/UR…

    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 548, Column 133: general entity "func" not defined and no default entity
    ….com/index.php?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/UR…

    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 548, Column 137: reference not terminated by REFC delimiter
    …/index.php?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" …

    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 548, Column 137: reference to external entity in attribute value
    …/index.php?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" …

    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 548, Column 137: reference to entity "func" for which no system identifier could be generated
    …/index.php?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" …

    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 548, Column 132: entity was defined here
    …s.com/index.php?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/U…
  18. Warning Line 548, Column 145: cannot generate system identifier for general entity "id"
    …hp?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly…

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

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

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

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

  19. Error Line 548, Column 145: general entity "id" not defined and no default entity
    …hp?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly…

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

  20. Warning Line 548, Column 147: reference not terminated by REFC delimiter
    …?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="…

    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.

  21. Warning Line 548, Column 147: reference to external entity in attribute value
    …?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="…

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

  22. Error Line 548, Column 147: reference to entity "id" for which no system identifier could be generated
    …?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="…

    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.

  23. Info Line 548, Column 144: entity was defined here
    …php?option=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonl…
  24. Warning Line 548, Column 153: cannot generate system identifier for general entity "Itemid"
    …n=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="readon…

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

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

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

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

  25. Error Line 548, Column 153: general entity "Itemid" not defined and no default entity
    …n=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="readon…

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

  26. Warning Line 548, Column 159: reference not terminated by REFC delimiter
    …joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="readonly" on…

    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 548, Column 159: reference to external entity in attribute value
    …joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="readonly" on…

    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 548, Column 159: reference to entity "Itemid" for which no system identifier could be generated
    …joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="readonly" on…

    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 548, Column 152: entity was defined here
    …on=com_joomgallery&func=detail&id=1976&Itemid=7#joomimg[/URL]" readonly="reado…
  30. Error Line 548, Column 228: end tag for "input" omitted, but OMITTAG NO was specified
    …976&Itemid=7#joomimg[/URL]" readonly="readonly" onClick="select()" type="text">

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

  31. Info Line 548, Column 13: start tag was here
                <input class="inputbox jg_img_BB_box" size="50" value="[URL]http://…
  32. Error Line 564, Column 38: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
          <div class="sectiontableentry1">

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

  33. Warning Line 626, Column 143: cannot generate system identifier for general entity "pr"
    ….jambovideonetwork.com/js/player.php?pubsite_id=12409&pr=12520"></script></div>

    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.

  34. Error Line 626, Column 143: general entity "pr" not defined and no default entity
    ….jambovideonetwork.com/js/player.php?pubsite_id=12409&pr=12520"></script></div>

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

  35. Warning Line 626, Column 145: reference not terminated by REFC delimiter
    ….jambovideonetwork.com/js/player.php?pubsite_id=12409&pr=12520"></script></div>

    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.

  36. Warning Line 626, Column 145: reference to external entity in attribute value
    ….jambovideonetwork.com/js/player.php?pubsite_id=12409&pr=12520"></script></div>

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

  37. Error Line 626, Column 145: reference to entity "pr" for which no system identifier could be generated
    ….jambovideonetwork.com/js/player.php?pubsite_id=12409&pr=12520"></script></div>

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

  38. Info Line 626, Column 142: entity was defined here
    ….jambovideonetwork.com/js/player.php?pubsite_id=12409&pr=12520"></script></div>

↑ Top