Click to See Complete Forum and Search --> : Character sets - validating


Rodders
09-15-2003, 08:54 AM
Hi

I am trying to validate a web page I have created. I know I need a DOCTYPE so I have specified HTML Strict.

When I tried to validate, it asked me for "character encoding labelling". What is this, and what do I need to do ?

What else MUST I have on my page before I validate ? Do I need META TAGS ?

Many Thanks

Richard

pyro
09-15-2003, 10:18 AM
Yes, you will need to specify which character set you are using. Take a look at http://www.webdevfaqs.com/html.php#validate

Rodders
09-16-2003, 05:45 PM
Thanks pyro

You can't get a much more straight forward reply than that, it has worked and I have also found out more information about Character Sets.

pyro
09-16-2003, 10:46 PM
You bet... Glad it worked... :)