Jump to content
  • 0

Подскажите Как Поменять Настройки Чтобы Читался Шрифт


Игорь Виленский
 Share

Question

Я скачал робот сайта. Хочу подставить свой текс. А у меня только абра кадабра. Как сделать чтоб был он по русски где что поменять.


* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
background: #E7EFF8;
font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #214978;
text-align: center;
}

h1 {
padding: 45px 0 0 25px;
font: 26px Arial, Verdana, Geneva, Helvetica, sans-serif;
text-transform: uppercase;
color: #89B0E0;
}

h2 {
padding: 0 0 0 25px;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #89B0E0;
}

h3 {
width: 250px;
height: 30px;
font: bold 12px/30px Arial, Helvetica, sans-serif;
text-align: center;
text-transform: uppercase;
color: #E7EFF8;
background: #C8B3DC url(images/bar_left.gif) no-repeat top;
}

h4 {
padding: 20px 0 12px 0;
font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #E7EFF8;
}

h4.first {
padding-top: 0;
}

p {
padding: 5px 0;
}

a {
text-decoration: underline;
color: #45962C;
}

a:hover {
text-decoration: none;
color: #B9C3D7;
}

#main {
margin: 0 auto;
width: 900px;
text-align: left;
background: url(images/main.jpg) no-repeat top right;
}

#top {
width: 900px;
height: 130px;
}

#menu {
width: 720px;
height: 40px;
background: #89D86E url(images/menu.gif);
}

#menu ul {
list-style: none;
}

#menu ul li{
float: left;
}

#menu ul li#menuitem_1 {
width: 21px;
height: 40px;
background: url(images/menu_left.gif) no-repeat;
}
#menu ul li.menu_br {
width: 10px;
height: 40px;
background: url(images/menu_br.gif) no-repeat;
}

#menu ul li a {
display: block;
float: left;
padding: 0 20px 0 25px;
font: bold 11px/40px Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform: uppercase;
color: #E7EFF8;
}

#menu ul li a:hover {
text-decoration: none;
color: #51B731;
}

#middle {
padding-top: 40px;
width: 900px;
}

#left_1 {
float: left;
width: 300px;
}

#left_2 {
margin: 0 30px 0 20px;
}

#left_2 ul {
list-style: none;
}

#left_2 ul li {
margin-bottom: 30px;
}

#left_2 ul li ul {
margin: 2px 0;
text-align: right;
background: #89D86E url(images/cont_left.gif) repeat-y;
width: 250px;
}

#left_2 ul li ul li {
display: block;
margin: 0;
padding: 0 50px 0 0;
}

#left_2 ul li ul li.firstItem {
padding-top: 20px;
background: url(images/cont_left_top.gif) no-repeat top;
}

#left_2 ul li ul li.lastItem {
padding-bottom: 20px;
background: url(images/cont_left_bottom.gif) no-repeat bottom;
}

#left_2 ul li ul li a {
margin: 0;
font: 14px/22px Arial, Helvetica, sans-serif;
text-decoration: underline;
color: #45962C;
}

#left_2 ul li ul li a:hover {
text-decoration: none;
color: #D9FFD9;
}

#right_1 {
float: right;
width: 600px;
}

#right_2 {
padding: 0 20px 0 0;
}

#cont_right {
width: 580px;
}

#cont_right_top {
height: 20px;
background: url(images/cont_right_top.gif) no-repeat top;
}

#cont_right_middle {
padding: 0 20px;
font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: justify;
color: #214978;
background: #89B0E0 url(images/cont_right.gif) repeat-y;
}

#cont_right_bottom {
height: 20px;
background: url(images/cont_right_bottom.gif) no-repeat bottom;
}

#bottom {
clear: both;
}

#bottom p {
padding: 10px 0 10px 30px;
font: 10px Arial, Helvetica, sans-serif;
color: #B9C3D7;
}

.contLeftEnd {
width: 250px;
height: 30px;
background: #C8B3DC url(images/bar_left.gif) no-repeat top;
}

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

То что вы здесь привели это не робот (вообще не знаю при чем здесь робот), ну да ладно, видимо у вас кодировка стоит не та либо в самом браузере, либо на сайте.

Вывод - поменять кодировку на нужную (charset=windows-1251 - такая запись вам о чем-то говорит?).

Link to comment
Share on other sites

  • 0

Да это vyut говорит о том что можно сделать изменения в реестре. Я не силён в терминах.

Попробую ещё раз перефразировать вопрос. Я с http://www.freewebtemplates.com/template.php?&start=144 скачал конструктор или не знаю как его ещё назвать для изготовления сайта. Это выглядит следующим образом залазишь во внутрь и меняешь их заголовки на свои и получается все ок. Так вот когда я их английский шрифт меняю на кирилицу получается абра кадабра. если кто знает что делать подскажите пожалуйста.

Link to comment
Share on other sites

  • 0

попробуй найти теги <HEAD></HEAD> и посмотри между ними есть что-нибудь вроде этой строчки

<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />

если нет то вставь, если есть, то в браузере ВИД -> КОДИРОВКА -> КИРИЛЛИЦА -> windows-1251

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy