Hi,

Thanks to everyone that replied. I have no figured out that HTML4/ 
Strict works for me and UTF8 is good too. I also learnt to change the  
preferences in my editor so that 'default file encodings' was 'Unicode  
UTF8' rather than automatic, which means that I do not need to use odd  
HTML characters for things like apostrophes (the keyboard one works  
just fine).

Excellent news, I am so happy and feel that I understand it a bit  
better now.

Cheers again, CB





On 12/04/2010, at 11:22 PM, Chris Blake wrote:

>>
>>> http://wch.redrunner.co.uk/
>>>
>>> The index page just has one warning, the others have 3.
>>> I'd love it if someone could tell me what
>>> doctype and UTF
>>> setting suits my style so that I can just strike that from
>>> my list.
>>
>> Hi Chris,
>>
>> Your home page only has a single warning, which relates to the line-
>> break in your doctype declaration. Instead of:
>>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/
>> html4/strict.dtd">
>>
>> write:
>>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
>> "http://www.w3.org/TR/html4/strict.dtd
>> ">
>>
>> or:
>>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
>>   "http://www.w3.org/TR/html4/strict.dtd";>
>>
>> Your other pages are simply missing a content-type declaration; why
>> not use the same one as your home page:
>>
>> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
>>
>> FWIW, I use HTML4/strict (because I see no point in using XHTML
>> since it's not supported properly by IE, but I still want everything
>> to be as strictly defined as possible) and UTF-8 (for non-ASCII
>> support, although I normally use character entities anyway).
>>
>> - Bobby
>>
>
> Hi,
>
> OK thanks, I have changed all the pages now, but it seems as though I
> have to go through and change all the apostrophes, copyright symbols
> to HTML in order to pass. Home page has no warnings!! Excellent,  
> thanks!
>
> Cheers, CB
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> 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/
>

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to