URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID8
Нить номер: 2506
[ Назад ]

Исходное сообщение
"UTF-8.Please help me!!!"

Отправлено siropchik , 19-Июл-04 12:26 
I have some problems with my page-font!!!
I  am using UTF-8 .I have three main parts in my page:<H1>,<input type= “text”> and <textarea>
But when I  change a language on my page (for example on Hebrew) in all three parts of my page it makes a different fonts and size. How can I do that it will be a same one (font+size)
After changing of language????
Probably I have to change a FontFamily in m CSS file?
Please help me to decide this problem.
Regards.

Содержание

Сообщения в этом обсуждении
"UTF-8.Please help me!!!"
Отправлено mirya , 20-Июл-04 14:35 
what means "change the language"? Is it changing encoding or creating another langversion with the same UTF8? What browser/OS is it all about?

Anycase, <style>h1,input,textarea{...}</style> is the most powerful thing that can help you. If it won't - nothing else will. E.g. some browsers doesn't support some styles for input/textarea/select elements, you can't make them do what they can't