Just did a w3c validator and got this message:
Sorry, I am unable to validate this document because on line 422 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.
Anyone know why? How can I fix it?
5 Answers
Basically, there is a character on that line that is incompatible with utf-8.
So fire up your favorite HTML editor and check out the line. It might be something simple like a strange symbol – is there anything in the line that is not a proper letter?
As soon as that is fixed, the w3c validator will run through your whole document and show any errors. :1circling
Thanks for the quick reply. Found the problem… so it’s the copyright symbol… am i using the wrong 1?
Bart
Please login or Register to submit your answer