I've examined the text and don't see anything that isn't valid, so I brought the text into eclipse and changed the text encoding to utf-8, but still no go. How can I get this fixed?w3c validator wrote:Sorry, I am unable to validate this document because on line 67 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.
[56K WARN] Can't get this page to validate. Advice?
Moderator: General Moderators
[56K WARN] Can't get this page to validate. Advice?
I'm trying to validate this page: http://www.suttoniris.com/html/about_us.html I can not get it to validate. It's giving me this error:
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Possibly a better solution is to change the encoding of your pages to UTF-8 and save them as such... then you can use all the fancy quotes and dashes you want 
use:
or
* and make sure you save the pages as utf-8 (should be a setting in your editor, I have it on by default)
use:
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />Code: Select all
header('Content-Type: text/html; charset=utf-8');