On Wednesday 09 June 2010 03:50, [email protected] wrote: > I apologize if this is considered off-topic, but it's here that I find > people talking most about validating pages. I am trying to find out why my > documents are validated as "Tentatively checked as HTML 4.01 Strict" with > warnings about "No Character Encoding Found! Falling back to windows-1252".
HTTP header sniffing shows no character encoding there. See: http://web-sniffer.net/ Your page shows UTF8 but the server is not sending it in the header. I would look to the server setup to remedy that. Your page does validate ok by direct upload so there is no problem there. -- Michael ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
