|
|
| How do i force utf8 on the browser again? |
| Is LATIN1 == ISO-8859-1? |
| Tried <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> autos06, yes |
| no. HTTP Content-Type header. |
| Hm Mupolan, but do you leave that meta in there? |
| no real need for it ... unless the document is to be saved somewhere that forget the encoding. |
| Hm ok thanks Mupolan, is it content type text/html or text/css ? for html 4.01 strict |
| The html is text/html The css is text/css If you use css inside the html, you have <style type="text/css"> |
| Ah ok thanks That fixed it |