On 9/27/2005 12:40 PM Tom Livingston wrote:

"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."

Most likely your host is serving this:
Content-Type: text/html; charset=UTF-8

And you have this in your page(s):
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

In DW8 you can modify the page settings at:

Modify>Page Settings>Title/Encoding

or just, you know, type it.

Chris Pederick's (deep bow) Developer Toolbar for Firefox can help you see what's going on if you look under "Information" then "View Page Information" and "View Response Headers".
--
Steve Clason
Web Design and Development
Boulder, Colorado, USA
www.topdogstrategy.com
(303)818-8590

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to