- From: David Dorward <david@dorward.me.uk>
- Date: Wed, 28 May 2008 20:17:36 +0100
- To: <vrossit@gatewaychc.org>
- Cc: <www-validator@w3.org>
On 28 May 2008, at 14:22, Valdy Rossit wrote: > Using Expressionsweb to create website. Appears fine in IE but not > well in Firefox. > First error upon Validating Output was > Line 1, Column 0: character "ï" not allowed in prolog. > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3 Your server is claiming the document is encoded in ISO-8859-1, but it looks like it is really UTF-8. This is probably causing the problem. http://www.w3.org/International/O-HTTP-charset might be helpful. -- David Dorward http://dorward.me.uk/ http://blog.dorward.me.uk/
Received on Wednesday, 28 May 2008 19:18:21 UTC