Hi
My name is Jermayn Parker and a new member (so please excuss me ignorance in how this works etc)

I have a webpage (http://www.germworks.net) and as i was validating it via extension on Firefox and i recieved the following errors:

I was wondering how would i get around these problems, is there some code i could use instead or would I have to have my doctype as the loose instead of strict????

Thanks in advance for any help

Below are the results of checking this document for XML well-formedness and validity.

  1. Error Line 35 column 9: there is no attribute "target".
    		target="_blank">example</a>) or an interactive website? (<a href=""
    http://www.g

    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.

  2. Error Line 40 column 19: there is no attribute "language".
    		<script language='_javascript_' src='' type='text/_javascript_'></sc
    

  3. Error Line 62 column 26: there is no attribute "align".
    	<img src="" align="right" alt="W3C guidelines the international web stan
    

  4. Error Line 89 column 24: there is no attribute "align".
    	<div id="footer" align="center">
    


--
GermWorks
http://www.germworks.net
http://germworks.blogspot.com/
http://www.germworks.net/Phantom


Reply via email to