Errors found while checking this document as XHTML 1.0 Transitional!

Result: 60 Errors, 37 warning(s)
:
: iso-8859-1
: 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: 60 Errors

  1. Error Line 446, Column 40: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
    …	<img src="/~images/strafe.jpg" align=left  style="border:1px solid #000;margi…

  2. Error Line 446, Column 125: required attribute "alt" not specified
    …:10px;margin-bottom:5px;" height="200"> STRAFE®, a fast-paced, roguelike first…

    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. Error Line 446, Column 126: end tag for "img" omitted, but OMITTAG NO was specified
    …10px;margin-bottom:5px;" height="200"> STRAFE®, a fast-paced, roguelike first-…

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

  4. Info Line 446, Column 3: start tag was here
    		<img src="/~images/strafe.jpg" align=left  style="border:1px solid #000;margi…
  5. Warning Line 607, Column 77: character "<" is the first character of a delimiter but occurred as data
    …time the theme is egyptian! so lots of pyramids, deserts &amp; temples <3<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.
  6. Warning Line 614, Column 252: character "<" is the first character of a delimiter but occurred as data
    ….com/files/single_player/maps/retrojam6.zip" target="_blank">> here <</a><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.
  7. Error Line 813, Column 12: there is no attribute "src"
    <embed src="http://www.youtube.com/v/5a9E3n_VZRQ&amp;ap=%2526fmt%3D18&amp;fs=1"…

    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.

  8. Error Line 813, Column 86: there is no attribute "type"
    …Q&amp;ap=%2526fmt%3D18&amp;fs=1" type="application/x-shockwave-flash" allowful…

    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 813, Column 134: there is no attribute "allowfullscreen"
    …on/x-shockwave-flash" allowfullscreen="true" width="425" height="350" wmode="t…

    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.

  10. Error Line 813, Column 147: there is no attribute "width"
    …e-flash" allowfullscreen="true" width="425" height="350" wmode="transparent"><…

    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.

  11. Error Line 813, Column 160: there is no attribute "height"
    …wfullscreen="true" width="425" height="350" wmode="transparent"></embed></obje…

    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.

  12. Error Line 813, Column 172: there is no attribute "wmode"
    …reen="true" width="425" height="350" wmode="transparent"></embed></object></td>

    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.

  13. Error Line 813, Column 185: element "embed" undefined
    …reen="true" width="425" height="350" wmode="transparent"></embed></object></td>

    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).
  14. Warning Line 880, Column 155: character "<" is the first character of a delimiter but occurred as data
    …tp://imgur.com/a/GlKIp" target="_blank">>more pics can be found here<</a><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.
  15. Error Line 1009, Column 53: required attribute "type" not specified
    …ttp://widgets.twimg.com/j/2/widget.js"></script><script>new TWTR.Widget({versi…

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

  16. Error Line 1009, Column 70: required attribute "type" not specified
    …mg.com/j/2/widget.js"></script><script>new TWTR.Widget({version: 2,type: 'sear…

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

  17. Error Line 1009, Column 566: required attribute "alt" not specified
    …<img src="/~images/icons/download.gif"> = </td><td align="left">Map Download L…

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

  18. Error Line 1009, Column 567: end tag for "img" omitted, but OMITTAG NO was specified
    …img src="/~images/icons/download.gif"> = </td><td align="left">Map Download Li…

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

  19. Info Line 1009, Column 528: start tag was here
    …e" width="100%"><tr><td align="right"><img src="/~images/icons/download.gif"> …
  20. Error Line 1009, Column 683: required attribute "alt" not specified
    … src="/~images/icons/antiwallhack.gif"> <img src="/~images/icons/antiwallhack2…

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

  21. Error Line 1009, Column 684: end tag for "img" omitted, but OMITTAG NO was specified
    …src="/~images/icons/antiwallhack.gif"> <img src="/~images/icons/antiwallhack2.…

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

  22. Info Line 1009, Column 641: start tag was here
    …d Link</td></tr><tr><td align="right"><img src="/~images/icons/antiwallhack.gi…
  23. Error Line 1009, Column 728: required attribute "alt" not specified
    …src="/~images/icons/antiwallhack2.gif"> = </td><td align="left"><a rel="nofoll…

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

  24. Error Line 1009, Column 729: end tag for "img" omitted, but OMITTAG NO was specified
    …rc="/~images/icons/antiwallhack2.gif"> = </td><td align="left"><a rel="nofollo…

    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 1009, Column 685: start tag was here
    …rc="/~images/icons/antiwallhack.gif"> <img src="/~images/icons/antiwallhack2.g…
  26. Warning Line 1012, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />newdmny.servequake.com:26010', LEF…

    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.
  27. Error Line 1012, Column 382: required attribute "alt" not specified
    …s/maps/newdm_maps.zip"><img src="/~images/icons/download.gif" /></a>&nbsp;</td>

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

  28. Warning Line 1013, Column 260: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;49:34<br/>#2&nbsp;&nbsp;&nbsp;-Pete-&nbsp;&nb…

    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.
  29. Warning Line 1013, Column 406: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;49:34<br/>#3&nbsp;&nbsp;&nbsp;Hank&nbsp;&nbsp…

    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.
  30. Warning Line 1013, Column 562: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;49:34<br/>', WIDTH, 300, LEFT, CAPTION, 'NewD…

    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.
  31. Warning Line 1016, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />newdm.servequake.com:26010', LEFT)…

    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.
  32. Error Line 1016, Column 379: required attribute "alt" not specified
    …s/maps/newdm_maps.zip"><img src="/~images/icons/download.gif" /></a>&nbsp;</td>

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

  33. Warning Line 1017, Column 280: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;24:34<br/>#2&nbsp;&nbsp;&nbsp;Loyalone&nbsp;&…

    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.
  34. Warning Line 1017, Column 416: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;24:34<br/>', WIDTH, 300, LEFT, CAPTION, 'NewD…

    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 1023, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />chi.pwnz.org', LEFT);" onmouseout=…

    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. Error Line 1023, Column 217: required attribute "alt" not specified
    …();">Chicago DM</span> &nbsp;<img src="/~images/icons/antiwallhack.gif" /></td>

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

  37. Warning Line 1024, Column 250: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;00:58<br/>#2&nbsp;&nbsp;&nbsp;Q&nbsp;&nbsp;Ma…

    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. Warning Line 1024, Column 381: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;00:01<br/>#3&nbsp;&nbsp;&nbsp;whoneedsleep?&n…

    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.
  39. Warning Line 1024, Column 497: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;00:58<br/>', WIDTH, 300, LEFT, CAPTION, 'Chic…

    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.
  40. Warning Line 1027, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />quake.shmack.net', LEFT);" onmouse…

    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.
  41. Error Line 1027, Column 220: required attribute "alt" not specified
    …d();">Shmack RQ</span> &nbsp;<img src="/~images/icons/antiwallhack.gif" /></td>

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

  42. Warning Line 1028, Column 255: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;00:08<br/>#2&nbsp;&nbsp;&nbsp;og&nbsp;&nbsp;&…

    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.
  43. Warning Line 1028, Column 426: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;00:30<br/>', WIDTH, 300, LEFT, CAPTION, 'Shma…

    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.
  44. Warning Line 1031, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />fvf.servequake.com', LEFT);" onmou…

    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.
  45. Error Line 1031, Column 325: required attribute "alt" not specified
    …http://fvfonline.com/"><img src="/~images/icons/download.gif" /></a>&nbsp;</td>

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

  46. Warning Line 1032, Column 280: character "<" is the first character of a delimiter but occurred as data
    …sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;00:04<br/>', WIDTH, 300, LEFT, CAPTION, 'Futu…

    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 1035, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />quake.shmack.net:26001', LEFT);" 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.
  48. Error Line 1035, Column 401: required attribute "alt" not specified
    …mg src="/~images/icons/download.gif" /></a><img src="/~images/icons/antiwallha…

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

  49. Error Line 1035, Column 450: required attribute "alt" not specified
    …es/icons/download.gif" /></a><img src="/~images/icons/antiwallhack.gif" /></td>

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

  50. Warning Line 1039, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />quake.crmod.com:26010', LEFT);" on…

    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.
  51. Warning Line 1043, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />rage.quakeone.com', LEFT);" onmous…

    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.
  52. Error Line 1043, Column 396: required attribute "alt" not specified
    …mg src="/~images/icons/download.gif" /></a><img src="/~images/icons/antiwallha…

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

  53. Error Line 1043, Column 446: required attribute "alt" not specified
    …s/icons/download.gif" /></a><img src="/~images/icons/antiwallhack2.gif" /></td>

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

  54. Warning Line 1047, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />ra.clanhdz.com', LEFT);" onmouseou…

    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. Error Line 1047, Column 394: required attribute "alt" not specified
    …ket-arena-maps-r2.exe"><img src="/~images/icons/download.gif" /></a>&nbsp;</td>

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

  56. Warning Line 1051, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />speaknow.quakeone.com', LEFT);" on…

    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.
  57. Error Line 1051, Column 397: required attribute "alt" not specified
    …keone-map-pack-r3.exe"><img src="/~images/icons/download.gif" /></a>&nbsp;</td>

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

  58. Warning Line 1055, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />satan.chickenkiller.com', LEFT);" …

    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.
  59. Warning Line 1059, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />r0t.uk', LEFT);" onmouseout="retur…

    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.
  60. Warning Line 1063, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />cr.datamanufactory.com:26001', LEF…

    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.
  61. Error Line 1063, Column 237: required attribute "alt" not specified
    …>CRMOD 26001 DM</span> &nbsp;<img src="/~images/icons/antiwallhack.gif" /></td>

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

  62. Warning Line 1067, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />pubctf.datamanufactory.com', LEFT)…

    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.
  63. Warning Line 1071, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />chi.pwnz.org:26002', LEFT);" onmou…

    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.
  64. Error Line 1071, Column 226: required attribute "alt" not specified
    …">Chicago CRCTF</span> &nbsp;<img src="/~images/icons/antiwallhack.gif" /></td>

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

  65. Warning Line 1075, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />ffany.quakeone.com', LEFT);" onmou…

    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.
  66. Error Line 1075, Column 341: required attribute "alt" not specified
    …mg src="/~images/icons/download.gif" /></a><img src="/~images/icons/antiwallha…

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

  67. Error Line 1075, Column 390: required attribute "alt" not specified
    …es/icons/download.gif" /></a><img src="/~images/icons/antiwallhack.gif" /></td>

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

  68. Warning Line 1079, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />damage.servequake.com:26001', LEFT…

    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.
  69. Error Line 1079, Column 423: required attribute "alt" not specified
    …set1-plus-set2-r2.exe"><img src="/~images/icons/download.gif" /></a>&nbsp;</td>

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

  70. Warning Line 1083, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />damage.servequake.com', LEFT);" on…

    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.
  71. Error Line 1083, Column 382: required attribute "alt" not specified
    …mg src="/~images/icons/download.gif" /></a><img src="/~images/icons/antiwallha…

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

  72. Error Line 1083, Column 431: required attribute "alt" not specified
    …es/icons/download.gif" /></a><img src="/~images/icons/antiwallhack.gif" /></td>

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

  73. Warning Line 1087, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />bigfoot.servequake.com', LEFT);" 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.
  74. Error Line 1087, Column 383: required attribute "alt" not specified
    …mg src="/~images/icons/download.gif" /></a><img src="/~images/icons/antiwallha…

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

  75. Error Line 1087, Column 432: required attribute "alt" not specified
    …es/icons/download.gif" /></a><img src="/~images/icons/antiwallhack.gif" /></td>

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

  76. Warning Line 1094, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />xctf.clan-rum.org', LEFT);" onmous…

    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.
  77. Warning Line 1098, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />quake.thisserversucks.com:26004', …

    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.
  78. Error Line 1098, Column 238: required attribute "alt" not specified
    …;">Earthq QBall</span> &nbsp;<img src="/~images/icons/antiwallhack.gif" /></td>

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

  79. Warning Line 1102, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />quake.thisserversucks.com:26002', …

    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.
  80. Error Line 1102, Column 398: required attribute "alt" not specified
    …mg src="/~images/icons/download.gif" /></a><img src="/~images/icons/antiwallha…

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

  81. Error Line 1102, Column 447: required attribute "alt" not specified
    …es/icons/download.gif" /></a><img src="/~images/icons/antiwallhack.gif" /></td>

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

  82. Warning Line 1106, Column 94: character "<" is the first character of a delimiter but occurred as data
    …eover="return overlib('Server Address:<br />quake.thisserversucks.com:26014', …

    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.
  83. Error Line 1106, Column 409: required attribute "alt" not specified
    …mg src="/~images/icons/download.gif" /></a><img src="/~images/icons/antiwallha…

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

  84. Error Line 1106, Column 458: required attribute "alt" not specified
    …es/icons/download.gif" /></a><img src="/~images/icons/antiwallhack.gif" /></td>

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

  85. Error Line 1434, Column 27: an attribute value must be a literal unless it contains only name characters
    						<strong><font color=#ffcc33>Qrack</font></strong><br />

    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.

  86. Error Line 1435, Column 31: end tag for "br" omitted, but OMITTAG NO was specified
    New Graphics &amp; Effects<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 ">".

  87. Info Line 1435, Column 27: start tag was here
    New Graphics &amp; Effects<br><br />
  88. Error Line 1436, Column 150: end tag for "img" omitted, but OMITTAG NO was specified
    …0px; height: 113px;" alt="Get Qrack" src="/q1files/qrack-banner.jpg"></a><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 ">".

  89. Info Line 1436, Column 57: start tag was here
    …w.quakeone.com/qrack" target="_blank"><img style="width: 160px; height: 113px;…
  90. Error Line 1438, Column 21: an attribute value must be a literal unless it contains only name characters
    <strong><font color=#ffcc33>ProQuake</font></strong><br />

    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.

  91. Error Line 1439, Column 23: end tag for "br" omitted, but OMITTAG NO was specified
    Classic, Cheatfree<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 ">".

  92. Info Line 1439, Column 19: start tag was here
    Classic, Cheatfree<br><br />
  93. Error Line 1440, Column 159: end tag for "img" omitted, but OMITTAG NO was specified
    …eight: 113px;" alt="Get ProQuake" src="/q1files/proquake-banner.jpg"></a><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 ">".

  94. Info Line 1440, Column 60: start tag was here
    …uakeone.com/proquake" target="_blank"><img style="width: 160px; height: 113px;…
  95. Error Line 1442, Column 21: an attribute value must be a literal unless it contains only name characters
    <strong><font color=#ffcc33>DarkPlaces</font></strong><br />

    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 1443, Column 29: end tag for "br" omitted, but OMITTAG NO was specified
    Improved for Multiplayer<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 ">".

  97. Info Line 1443, Column 25: start tag was here
    Improved for Multiplayer<br><br />
  98. Error Line 1444, Column 249: end tag for "img" omitted, but OMITTAG NO was specified
    …60px; height: 113px;" alt="Get DarkPlaces" src="/q1files/dplogo.jpg"></a><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 ">".

  99. Info Line 1444, Column 157: start tag was here
    …twilight/darkplaces/" target="_blank"><img style="width: 160px; height: 113px;…
  100. Error Line 1446, Column 21: an attribute value must be a literal unless it contains only name characters
    <strong><font color=#ffcc33>DirectQ</font></strong><br />

    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.

  101. Error Line 1447, Column 23: end tag for "br" omitted, but OMITTAG NO was specified
    DirectX 9 Renderer<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 ">".

  102. Info Line 1447, Column 19: start tag was here
    DirectX 9 Renderer<br><br />
  103. Error Line 1448, Column 271: end tag for "img" omitted, but OMITTAG NO was specified
    …px; height: 62px;" alt="Get DirectQ" src="/q1files/directq_logo.png"></a><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 ">".

  104. Info Line 1448, Column 177: start tag was here
    …les/engines/directq/" target="_blank"><img style="width: 160px; height: 62px;"…
  105. Error Line 1450, Column 21: an attribute value must be a literal unless it contains only name characters
    <strong><font color=#ffcc33>The Quake Injector</font></strong><br />

    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.

  106. Error Line 1451, Column 193: end tag for "br" omitted, but OMITTAG NO was specified
    …//www.quaddicted.com/reviews/" target="_blank">Single Player</a> Maps<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 ">".

  107. Info Line 1451, Column 189: start tag was here
    …//www.quaddicted.com/reviews/" target="_blank">Single Player</a> Maps<br><br />
  108. Error Line 1452, Column 274: end tag for "img" omitted, but OMITTAG NO was specified
    … height: 83px;" alt="Get Quake Injector" src="/q1files/quake_injector.png"></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 ">".

  109. Info Line 1452, Column 171: start tag was here
    …jects/quakeinjector/" target="_blank"><img style="width: 160px; height: 83px;"…
  110. Error Line 1539, Column 6: end tag for "form" 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 ">".

  111. Info Line 1515, Column 1: start tag was here
    <form action="forums.php" method="get" style="clear:left">
  112. Error Line 1566, Column 7: 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.

↑ Top