I wonder if someone can help me in explaining why my webpage wont validate on the W3C website, once checked I'm getting the following 2 warnings:
Character Encoding mismatch!
The character encoding specified in the HTTP header (utf8) is different from the value in the <meta> element (utf-8). I will use the value from the HTTP header (utf-8) for this validation.
Character Encoding Override in effect!
The detected character encoding "utf8" has been suppressed and "utf-8" used instead.
This is the code at the header of my page, am I doing anything wrong?
Thanks,
James
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />