Html Validation Problem

admin

Administrator
Staff member
When i use the html validator on validator.w3.org (<!-- m --><a class="postlink" href="http://validator.w3.org">http://validator.w3.org</a><!-- m -->) it brings up a page saying<br />
<br />
I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to validate the document. The sources I tried are: <br />
<br />
The HTTP Content-Type field. <br />
The XML Declaration. <br />
The HTML "META" element. <br />
<br />
i dont know how to put these in my document as i don't know what these are<br />
<br />
i manegd to validate my css file and i am displaying the fact that i have done this on y website when uploaded<!--content-->Try posting this doc type (or similar) at the top of your page:<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<br />
and include this meta tag (or similar) in the head content of your page:<br />
<br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br />
<br />
If you still can't get your page validated, read up on the W3 site to see what doc type and meta content types are relevant to the content of your site.<br />
<br />
Hope this helps....<!--content-->Thanks im read that document any way and got it to work. i now have the logos displayed at the bottom of my page<!--content-->
 
Back
Top