I have the following in the head of some web pages But the pages are "failing HTML validation with "This Page Is Tentatively Valid HTML 4.01 Transitional" the error reported is "No Character Encoding Found! Falling back to UTF-8". well it might be me but I can clearly see a charset of iso-8859-1 which works fine on other sites but not this one???
Any one got any ideas?
[Peace][Pipe]
Any one got any ideas?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"><!--[/URL] InstanceBegin template="/Templates/tmplIntTeaSci_transcripts.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-language" content="en" />
[Peace][Pipe]