Login
	
	Кодировки?
                        342 просмотров
			Перейти к просмотру всей ветки
                
        in Antwort  Phoenix_ev 12.05.09 18:55
                        Небольшое замечание - указывать charset=koi8-r не нужно:
Неправильно:
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
Правильно:
<meta http-equiv="Content-Type" content="text/html">
        Неправильно:
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
Правильно:
<meta http-equiv="Content-Type" content="text/html">
	Alex (http://www.alex.com 
)