So I went to the W3C's validation for HTML and received the following as a "Character encoding mismatch" Now it great that the W3C's found this mismatch, but it doesn't do me any good unless they can tell me or suggest how to fix/correct it. In any event, does anyone know how to fix this?
What page is this on ... can you link to it? Looks like you are setting the character encoding to iso-8859-1 in the meta tags but the header is sending a character encoding of utf-8. what happens if you remove the meta tags for the character encoding and you try to validate it?