Errors found while checking this document as XHTML 1.0 Transitional!

Result: 9 Errors, 1 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: 9 Errors

  1. Error Line 108, Column 98: required attribute "alt" not specified
    …io.co.uk/mystery.php"><img src="login.gif" height="1" width="1" border="0"></a>

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

  2. Error Line 108, Column 102: end tag for "img" omitted, but OMITTAG NO was specified
    …io.co.uk/mystery.php"><img src="login.gif" height="1" width="1" border="0"></a>

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

  3. Info Line 108, Column 46: start tag was here
    …="http://fragradio.co.uk/mystery.php"><img src="login.gif" height="1" width="1…
  4. Error Line 112, Column 47: required attribute "alt" not specified
        <td><img src="/images/banners/error.png" />

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

  5. Error Line 113, Column 5: end tag for "br" omitted, but OMITTAG NO was specified
    <br><br />

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

  6. Info Line 113, Column 1: start tag was here
    <br><br />
  7. Error Line 116, Column 5: end tag for "br" omitted, but OMITTAG NO was specified
    <br><br />

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

  8. Info Line 116, Column 1: start tag was here
    <br><br />
  9. Error Line 118, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
          type=application/x-shockwave-flash></object></div></td>

  10. Error Line 118, Column 24: NET-enabling start-tag not immediately followed by null end-tag
          type=application/x-shockwave-flash></object></div></td>

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

  11. Error Line 118, Column 50: end tag for element "object" which is not open
          type=application/x-shockwave-flash></object></div></td>

    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.

  12. Error Line 121, Column 159: end tag for "img" omitted, but OMITTAG NO was specified
    …om/mini/E94/bg_FFFFFF/txt_FFFFFF/border_FFFFFF/flags_0/" alt="" border="0"></a>

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

  13. Info Line 121, Column 47: start tag was here
    …"http://s07.flagcounter.com/more/E94"><img src="http://s07.flagcounter.com/min…
  14. Warning Line 129, Column 39: character "&" is the first character of a delimiter but occurred as data
    Fully Licenced to Stream Music by PPL & PRS. <br />

    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