PDA

View Full Version : Problems with character encoding.


effpeetee
04-28-2008, 04:52 PM
When I validate this site,

http://exitfegs.co.uk/teste.html

I get an error with having no character encoding.
Help please.:D

Frank

abduraooft
04-28-2008, 05:01 PM
It's a warning, and which asks to put something like
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Or
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
(Or the required one ;))
inside the <head>

effpeetee
04-28-2008, 05:06 PM
Many thanks. I'll do that. I'd just forgotten how.

Frank

edit: Validates now.