HTML Validation Help Please

windows

Guest
When I try and validate my page It says this<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 />
Is my coding that bad? Can someone please help me? :( Thanks<!--content-->what page? and where did you try to validate it at? the only palce to really validate is at <!-- w --><a class="postlink" href="http://www.w3.org">www.w3.org</a><!-- w --><!--content-->Make sure you have<br />
<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<br />
<br />
And<br />
<br />
<br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<br />
<br />
In the header of your page.<!--content-->Ooops sorry! <!-- m --><a class="postlink" href="http://wmt.iwebland.com">http://wmt.iwebland.com</a><!-- m --> And that was from Here (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwmt.iwebland.com&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1&outline=1&sp=1&noatt=1&No200=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->). It works now that I put <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> in there, but now its says This page is not Valid HTML 4.01 Transitional!<br />
<br />
Darn! Guess I got some work to do! :(<!--content-->>> Darn! Guess I got some work to do! <<<br />
<br />
Hmm, they are all either nesting, entity, or type errors; and are all quite easy to fix. The answers have been given in many of the threads in the last few weeks. Post again if you still have any specific problems.<!--content-->
 
Back
Top