Hi guys,
Im just building a site using ModX (http://www.modxcms.com), so far am enjoying using it and am happy with how its going. Only problem i have is, when trying to validate using the W3.org validator i get the following:
I have been Googling but cant find much help, all i can think of is that my documents are UTF-8 but i dont know how to change that?
Heres the header of my template:
And the demo site im running it on is here.
Can anyone help?
Im just building a site using ModX (http://www.modxcms.com), so far am enjoying using it and am happy with how its going. Only problem i have is, when trying to validate using the W3.org validator i get the following:
Character Encoding mismatch!
The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.
I have been Googling but cant find much help, all i can think of is that my documents are UTF-8 but i dont know how to change that?
Heres the header of my template:
<!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"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
And the demo site im running it on is here.
Can anyone help?
