Hi,
I'm trying to make one of our sites XHTML 1.0 compitent. I'm running it through w3.org's validator, but its giving me errors :(
My header lines are;
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
... and then alongside the other <meta> tags;
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
..and then inside the "body" tag;
for some reason, although ’ should equate to a ' , the validator is going mad about it.
Is there an easy way around this? The whole reason we are escaping every non-standard (a-z or 0-9) into its HTML value.
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
I'm trying to make one of our sites XHTML 1.0 compitent. I'm running it through w3.org's validator, but its giving me errors :(
My header lines are;
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
... and then alongside the other <meta> tags;
Code:
<meta http-equiv="Content-Language" content="en-gb" /> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
..and then inside the "body" tag;
Code:
The Firm’sfor some reason, although ’ should equate to a ' , the validator is going mad about it.
Is there an easy way around this? The whole reason we are escaping every non-standard (a-z or 0-9) into its HTML value.
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

