tims15
06-28-2005, 12:10 PM
When I use the w3c HTML validator, I get this error message
No Character Encoding Found! Falling back to UTF-8.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 reliably validate the document. I'm falling back to the "UTF-8" encoding and will attempt to perform the validation, but this is likely to fail for all non-trivial documents.
So what should I do? Tell me more...
Sorry, I am unable to validate this document because on line 61 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
Line 61 is
<!-- Easy peasy award --><a href="http://www.easypeasy.com/"><img src="http://www.easypeasy.com/assets/core/awards/easypeasy-awards150.gif" border=0 alt="This site has been awarded the easypeasy award for excellence!"></a>
Whats wrong with line 61?
No Character Encoding Found! Falling back to UTF-8.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 reliably validate the document. I'm falling back to the "UTF-8" encoding and will attempt to perform the validation, but this is likely to fail for all non-trivial documents.
So what should I do? Tell me more...
Sorry, I am unable to validate this document because on line 61 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
Line 61 is
<!-- Easy peasy award --><a href="http://www.easypeasy.com/"><img src="http://www.easypeasy.com/assets/core/awards/easypeasy-awards150.gif" border=0 alt="This site has been awarded the easypeasy award for excellence!"></a>
Whats wrong with line 61?