<!--HTML--> <link href='http://fonts.googleapis.com/css?family=Oxygen|Crushed' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'> <style type="text/css"> .no {text-align: justify; font-family:Times New Roman; font-size: 12px;} .txthead { letter-spacing: -2px; font-size: 30px; font-family: rokkitt; text-transform:uppercase; padding-top:5px; margin-top:-25px;} </style> <center><div style="width: 500px; background: #f2f2f2 url(http://funkyimg.com/i/27gQs.png); border: #5f4541 5px solid; padding: 20px;"><div style="width: 450px; background: #dbcfcd; padding: 10px;"> <img src="http://placehold.it/400x100"><br> <div class="txthead" style="color: #2f0b19; text-shadow: 2px 2px 2px rgba(150, 150, 150, 1); text-align: center;"> NAME SURNAME</div> <div style=" font-family: arial; color: #121212; font-size: 8px; letter-spacing: 12px; margin-bottom: 23px;"> фандом, возраст</div> <div style="width: 430px; padding-right:5px;background: #f2f2f2;border: 1px dotted #3d3639;" class="no"> <br> текст, текст, текст </div> <br> <div style="font-family: rokkitt;color: #2f0b19; font-size: 10px; letter-spacing: 12px; text-transform: uppercase; margin-bottom: 23px;"> я очень жду тебя. </div> <div style="font-family: Times New Roman; color: #121212; font-size: 12px; margin-top: 27px;"> Дополнительная информация-требования к игроку. </div></div> </center>
[*code]<!--HTML-->
<link href='http://fonts.googleapis.com/css?family=Oxygen|Crushed' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'><style type="text/css">
.no {text-align: justify; font-family:Times New Roman; font-size: 12px;}
.txthead { letter-spacing: -2px; font-size: 30px; font-family: rokkitt; text-transform:uppercase; padding-top:5px; margin-top:-25px;}
</style><center><div style="width: 500px; background: #f2f2f2 url(http://funkyimg.com/i/27fta.png ); border: #5f4541 5px solid; padding: 20px;"><div style="width: 450px; background: #dbcfcd; padding: 10px;">
<img src="http://placehold.it/400x100"><br>
<div class="txthead" style="color: #2f0b19; text-shadow: 2px 2px 2px rgba(150, 150, 150, 1); text-align: center;">
NAME SURNAME</div>
<div style=" font-family: arial; color: #121212; font-size: 8px; letter-spacing: 12px; margin-bottom: 23px;">
фандом, возраст</div>
<div style="width: 430px; padding-right:5px;background: #f2f2f2;border: 1px dotted #3d3639;" class="no">
<br>
текст, текст, текст
</div>
<br>
<div style="font-family: rokkitt;color: #2f0b19; font-size: 10px; letter-spacing: 12px; text-transform: uppercase; margin-bottom: 23px;">я очень жду тебя.
</div>
<div style="font-family: Times New Roman; color: #121212; font-size: 12px; margin-top: 27px;">Дополнительная информация-требования к игроку.
</div></div>
</center>[*/code]
как вы видели - у нас шаблон не в bb содах, а в html, потому напоминаем некоторые вещи:
<b>жирный текст</b>
<i>курсив</i>
<u>подчеркнутый текст</u>
<s>зачеркнутый текст</s>
<br> – перенос строки
если вам понадобились выравнивания по краям_центру, то ставятся эти кода:
<center>текст посередине</center>
<div style="text-align: left">выравнивание по левому краю</div>
<div style="text-align: right">выравнивание по правому краю</div>
для изображении у нас тоже есть код:
<img src="сюда вставляется прямая ссылка на изображение">
Помните,чтобы шаблон заработал, уберите звёздочки.