bambinou
04-03-2010, 04:31 PM
Hi,
I am kind of "screwed" right now, my programmers are off and I would like to clean up some code on our my site, I have just done a validator.w3.org check and the front page comes up with over 350 errors, now the first error at the top is:
Warning No DOCTYPE found! Checking with default XHTML 1.0 Transitional Document Type.
No DOCTYPE Declaration could be found or recognized in this document. This generally means that the document is not declaring its Document Type at the top. It can also mean that the DOCTYPE declaration contains a spelling error, or that it is not using the correct syntax.
The document was checked using a default "fallback" Document Type Definition that closely resembles “XHTML 1.0 Transitional”.
My site has:
<html xmlns="http://www.w3.org/1999/xhtml">
Why this error comes up? any idea please? If I send you my website URL could you please have a quick look and tell me which doctype I should add instead of the one above?
Thank you,
BamBam
I am kind of "screwed" right now, my programmers are off and I would like to clean up some code on our my site, I have just done a validator.w3.org check and the front page comes up with over 350 errors, now the first error at the top is:
Warning No DOCTYPE found! Checking with default XHTML 1.0 Transitional Document Type.
No DOCTYPE Declaration could be found or recognized in this document. This generally means that the document is not declaring its Document Type at the top. It can also mean that the DOCTYPE declaration contains a spelling error, or that it is not using the correct syntax.
The document was checked using a default "fallback" Document Type Definition that closely resembles “XHTML 1.0 Transitional”.
My site has:
<html xmlns="http://www.w3.org/1999/xhtml">
Why this error comes up? any idea please? If I send you my website URL could you please have a quick look and tell me which doctype I should add instead of the one above?
Thank you,
BamBam
