PDA

View Full Version : meta tags


gunko2
09-11-2004, 12:44 PM
hi, i have a question about meta tags contet type....
well if we have this stracture:
<meta http-equiv="content-type" content="text/html charset=x">
now my question is what do i need to write instead of x to have an encoding of UTF-8?
thanks in advance....

Cota
09-12-2004, 03:13 AM
If I remember correctly its just:
< meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

Yeah, I think that was it.