Cougar Mountain Software Support Productivity Tools
For Cougar Mountain Software Support's
Professional Version (V2012, V2011, V2010, V2009, V12-V6)

 


Service-Markup Validation Service-W3C

 
No DOCTYPE found! Attempting validation with HTML 4.01 Transitional.
The DOCTYPE Declaration was not recognized or is missing. This probably means that the Formal Public Identifier contains a spelling error, or that the Declaration is not using correct syntax. Validation has been performed using a default "fallback" Document Type Definition that closely resembles "HTML 4.01 Transitional", but the document will not be Valid until you have corrected this problem with the DOCTYPE Declaration.

Learn how to add a doctype to your document from our FAQ.

This page is not Valid (no Doctype found)!

Below are the results of attempting to parse this document with an SGML parser.

  1. Error Line 1 column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".
    <html>
    The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.

  2. Error Line 29 column 12: an attribute value must be a literal unless it contains only name characters.
    <META name= ⼯strong>??Rating” content= “General”>
    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.

  3. Error Line 29 column 12: character "“" is not allowed in the value of attribute "NAME".
    <META name= ⼯strong>??Rating” content= “General”>
    It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.

  4. Error Line 29 column 30: an attribute value must be a literal unless it contains only name characters.
    <META name= “Rating” content= “General”>

  5. Error Line 35 column 21: value of attribute "NAME" must be a single token.
    <meta name="Microsoft Border" content="tlrb, default">
    This attribute can not take a space-separated list of words as a value, but only one word ("token"). This may also be caused by the use of a space for the value of an attribute which does not permit it.

  6. Error Line 40 column 74: required attribute "ALT" not specified.
    ...m-header_im4a.jpg" width="980" height="111"></p>
    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>.

  7. Error Line 43 column 80: there is no attribute "BORDERCOLOR".
    ...ng="3" bgcolor="#FFFFFF" bordercolor="#000000">
    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.

  8. Error Line 46 column 74: required attribute "ALT" not specified.
    .cmsbutt_home1.gif" width="143" height="76"></a></font></b></td>

  9. Error Line 50 column 89: required attribute "ALT" not specified.
    ...butt_sc3.gif" width="145" height="60"></a></td>

  10. Error Line 54 column 86: required attribute "ALT" not specified.
    ...butt_wt3.gif" width="145" height="60"></a></td>

  11. Error Line 58 column 88: required attribute "ALT" not specified.
    ...utt_wfs3.jpg" width="145" height="60"></a></td>

  12. Error Line 62 column 90: required attribute "ALT" not specified.
    ...butt_ao3.jpg" width="145" height="60"></a></td>

  13. Error Line 66 column 87: required attribute "ALT" not specified.
    ...utt_ecg3.gif" width="145" height="60"></a></td>

  14. Error Line 70 column 84: required attribute "ALT" not specified.
    ...butt_wp3.gif" width="145" height="60"></a></td>

  15. Error Line 74 column 80: required attribute "ALT" not specified.
    ...tt_serv1.gif" width="144" height="73"></a></td>

  16. Error Line 78 column 82: required attribute "ALT" not specified.
    ...t_about3.gif" width="145" height="60"></a></td>

  17. Error Line 117 column 69: there is no attribute "HEIGHT".
    ...lpadding="0" cellspacing="0" width="90%" height="580">

  18. Error Line 148 column 87: required attribute "ALT" not specified.
    ...butt_so1.gif" width="116" height="60"></a></td>

  19. Error Line 152 column 92: required attribute "ALT" not specified.
    ...utt_nsc1.gif" width="116" height="60"></a></td>

  20. Error Line 156 column 83: required attribute "ALT" not specified.
    ...butt_mt1.gif" width="116" height="60"></a></td>

  21. Error Line 160 column 88: required attribute "ALT" not specified.
    ...utt_wfs1.gif" width="116" height="60"></a></td>

  22. Error Line 164 column 98: required attribute "ALT" not specified.
    ...butt_ai1.jpg" width="116" height="60"></a></td>

  23. Error Line 168 column 87: required attribute "ALT" not specified.
    ...utt_ecg1.gif" width="116" height="60"></a></td>

  24. Error Line 172 column 84: required attribute "ALT" not specified.
    ...butt_sp1.gif" width="116" height="60"></a></td>

Valid XHTML 1.0! The W3C Validator Team