FIXED. The URL below will not show any warnings now. Thanks again. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Offenstein Sent: Friday, April 04, 2008 1:42 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Character Encoding Mismatch At 1:16 PM -0700 4/4/08, Kristine Cummins wrote: Can someone tell me how to fix this W3C warning - I'm new to understanding this part. <http://validator.w3.org/check?uri=http%3A%2F%2Fwww.beverlywilson.com%2F> Thanks! In the header of your HTML should be a line like this - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />. Your server is sending an HTTP header that tells browsers to use the ISO-8859-1 character set, hence the mismatch. You can fix it by changing the line in your HTML to charset=iso-8859-1. However I always recommend instead using utf-8 because it's broader. ISO-8859-1 is actually a subset of utf-8. You'll have to talk to your server admin to change the HTTP header I believe. -Tim -- <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Tim Offenstein *** Campus Accessibility Liaison *** (217) 244-2700 CITES Departmental Services *** www.uiuc.edu/goto/offenstein ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************