Если берем этот шаблон - просто убираем звездочки, ничего больше не нужно менять в скрипте.

Помните о том, что это - html-код, поэтому здесь используются следующие теги:
<b></b> - жирный текст
<i></i> - курсив
<u></u> - подчеркивание
<br> - переход на новую строку
<font face="выбранный шрифт (из имеющихся на форуме)" size="1">ваш текст</font> - где вы соответственно меняете шрифт и размер
<font color =#указываем номер цвета>ваш текст</font> - смена цвета текста, цвета можно посмотреть <a href="http://www.stm.dp.ua/web-design/color-html.php" target="_blank">тут</a>
<img src="ссылка на картинку или гифку"> - если вы хотите графически украсить вашу анкету
<a href="ссылочка на что-то" target="_blank">ваше описание ссылочки</a><br>

Код:
<!--HTML-->

<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href='http://webfonts.ru/import/pacifico.css'>
<center>
<div class="corion">
<div class="corion2">
<div class="orionhead"><div style="position: relative; top:39px;">ИФ ЛАТИНИЦЕЙ</div>
<div style="font-family:open sans condensed; text-transform:uppercase; position:relative; top:40px; font-size:14px; line-height:100%; color:#333;">Цитата подходящая вашему персонажу.</div>
</div>
<div class="orionhead2"></div>
</div>
<div class="orions">

<div class="orion">
<input type="radio" id="orion-1" name="orion-group-1" checked>
<label for="orion-1">FAQ</label>
<div class="orionc">


<table cellspacing="0" cellpadding="0">
<tbody><tr><td>
<div style="line-height: 12px; color: #3c2a21;">
<b>Имя/прозвища:</b><br>
<b>Внешность:</b><br>
<b>Дата рождения, возраст:</b><br>
<b>Ориентация:</b><br>
<b>Принадлежность:</b><br>
<b>Курс обучения/должность:</b><br>
<b>Сикигами/хозяин:</b><br>
</div>



</td>
<td valign="top">

<div style="line-height: 12px; color: #222;">
ИФ<br>
внешность персонажа<br>
дата рождения // возраст<br>
би/гомо/гет<br>
человек/шики/екай<br>
итак понятно<br>
итак понятно<br>
</div>

</td>
</tr></tbody></table>


<div style="line-height: 12px; color: #222;">
<br><center><b>Таланты/способности/умения:</b></center>
</div>

<div style="line-height: 12px; color: #222;">
<br> <b>магические способности:</b> мммм
<br> <b>бытовые навыки:</b> мммм
<br> <b>физические навыки:</b> мммм

</div>



</div>
</div>

<div class="orion">
<input type="radio" id="orion-2" name="orion-group-1">
<label for="orion-2">Общая информация</label>
<div class="orionc">
<div style="line-height: 13px; color: #222;">
Биграфия+характер. Не менее 20 полных строк. 

</div>
</div>
</div>

<div class="orion">
<input type="radio" id="orion-3" name="orion-group-1">
<label for="orion-3">Пост</label>
<div class="orionc">
<div style="line-height: 13px; color: #222;">
Пост с любой другой ролевой, соответственно.
</div>
</div>
</div>

</div></div>

</center>

<style type="text/css">
.corion {
  width: 495px;
  padding: 15px;
  height: 495px;
  background-color: #ffffee;
  border-top: 5px solid #f2cdb0;
  border-bottom: 5px solid #f2cdb0;
  }

.corion2 {
  width: 495px;
  height: 150px
  }

.orionhead {
  width: 230px;
  font-family: 'Cinzel Decorative';
  font-size: 28px;
  text-transform: lowercase;
  line-height: 100%;
  position: relative;
  float: left;
  height: 150px;
  color: #a51f17
  }

.orionhead2 {
  width: 240px;
  height: 120px;
margin-right: -240px;
  float: none;
  border: 6px solid #f2cdb0;
  background-image: url(http://s9.uploads.ru/XDPSW.gif)
  }

.orions {
  position: relative;
  width: 500px;
  height: 350px;
  overflow: hidden
  }

.orion {
  float: left
  }

.orion label {
  background: #f2cdb0;
  height: 25px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  line-height: 25px;
  width: 166px;
  text-align: center;
  text-transform: uppercase;
  font-family: open sans condensed;
  font-weight: 300
  }

.orion [type=radio] {
  display: none
  }

.orionc {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 457px;
  height: 275px;
  background: #f2cdb0;
  padding:20px;
  overflow: auto;
  text-align: justify;
  font-family: arial;
  font-size: 11px;
  line-height: 95%;

  border: 1px solid #f2cdb0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s
  }

.orions [type=radio]:checked ~ label {
  background: #97bfd8
  z-index: 2
  }

.orions [type=radio]:checked ~ label ~ .orionc {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 5
  }

.libcred a {
   font-family: orator std;
   font-size: 8px;
   color: #f2cdb0;
   padding-right: 10px;
   padding-top:10px;
   line-height: 8px;
   letter-spacing: 1px
   }
</style>
Код:
[*code]<*!--HTML-->

<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href='http://webfonts.ru/import/pacifico.css'>
<center>
<div class="corion">
<div class="corion2">
<div class="orionhead"><div style="position: relative; top:39px;">ИФ ЛАТИНИЦЕЙ</div>
<div style="font-family:open sans condensed; text-transform:uppercase; position:relative; top:40px; font-size:14px; line-height:100%; color:#333;">Цитата подходящая вашему персонажу.</div>
</div>
<div class="orionhead2"></div>
</div>
<div class="orions">

<div class="orion">
<input type="radio" id="orion-1" name="orion-group-1" checked>
<label for="orion-1">FAQ</label>
<div class="orionc">


<table cellspacing="0" cellpadding="0">
<tbody><tr><td>
<div style="line-height: 12px; color: #3c2a21;">
<b>Имя/прозвища:</b><br>
<b>Внешность:</b><br>
<b>Дата рождения, возраст:</b><br>
<b>Ориентация:</b><br>
<b>Принадлежность:</b><br>
<b>Курс обучения/должность:</b><br>
<b>Сикигами/хозяин:</b><br>
</div>



</td>
<td valign="top">

<div style="line-height: 12px; color: #222;">
ИФ<br>
внешность персонажа<br>
дата рождения // возраст<br>
би/гомо/гет<br>
человек/шики/екай<br>
итак понятно<br>
итак понятно<br>
</div>

</td>
</tr></tbody></table>


<div style="line-height: 12px; color: #222;">
<br><center><b>Таланты/способности/умения:</b></center>
</div>

<div style="line-height: 12px; color: #222;">
<br> <b>магические способности:</b> мммм
<br> <b>бытовые навыки:</b> мммм
<br> <b>физические навыки:</b> мммм

</div>



</div>
</div>

<div class="orion">
<input type="radio" id="orion-2" name="orion-group-1">
<label for="orion-2">Общая информация</label>
<div class="orionc">
<div style="line-height: 13px; color: #222;">
Биграфия+характер. Не менее 20 полных строк. 

</div>
</div>
</div>

<div class="orion">
<input type="radio" id="orion-3" name="orion-group-1">
<label for="orion-3">Пост</label>
<div class="orionc">
<div style="line-height: 13px; color: #222;">
Пост с любой другой ролевой, соответственно.
</div>
</div>
</div>

</div></div>

</center>

<style type="text/css">
.corion {
  width: 495px;
  padding: 15px;
  height: 495px;
  background-color: #ffffee;
  border-top: 5px solid #f2cdb0;
  border-bottom: 5px solid #f2cdb0;
  }

.corion2 {
  width: 495px;
  height: 150px
  }

.orionhead {
  width: 230px;
  font-family: 'Cinzel Decorative';
  font-size: 28px;
  text-transform: lowercase;
  line-height: 100%;
  position: relative;
  float: left;
  height: 150px;
  color: #a51f17
  }

.orionhead2 {
  width: 240px;
  height: 120px;
margin-right: -240px;
  float: none;
  border: 6px solid #f2cdb0;
  background-image: url(КАРТИНКА С ВНЕШНОСТЬЮ ПЕРСОНАЖА 240х120)
  }

.orions {
  position: relative;
  width: 500px;
  height: 350px;
  overflow: hidden
  }

.orion {
  float: left
  }

.orion label {
  background: #f2cdb0;
  height: 25px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  line-height: 25px;
  width: 166px;
  text-align: center;
  text-transform: uppercase;
  font-family: open sans condensed;
  font-weight: 300
  }

.orion [type=radio] {
  display: none
  }

.orionc {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 457px;
  height: 275px;
  background: #f2cdb0;
  padding:20px;
  overflow: auto;
  text-align: justify;
  font-family: arial;
  font-size: 11px;
  line-height: 95%;

  border: 1px solid #f2cdb0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s
  }

.orions [type=radio]:checked ~ label {
  background: #97bfd8
  z-index: 2
  }

.orions [type=radio]:checked ~ label ~ .orionc {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 5
  }

.libcred a {
   font-family: orator std;
   font-size: 8px;
   color: #f2cdb0;
   padding-right: 10px;
   padding-top:10px;
   line-height: 8px;
   letter-spacing: 1px
   }
</style>[*/code]

СТАНДАРТНАЯ BB-АНКЕТА ДЛЯ БЫВАЛЫХ ИГРОКОВ:

http://placehold.it/500x180

Имя и Фамилия персонажа
внешность

Прозвище
ответ
Дата рождения и возраст
ответ
Ориентация
ответ

Принадлежность
ответ
Курс/место работы
ответ
Сикигами/хозяин
ответ

Здесь пишем биографию и характер персонажа (не менее 20 развернутых предложений).
В будущем название темы будет оформляться по примеру: Shiro Hondа | 240 y.o.
ВНИМАНИЕ: если вы по заявке, то тему анкеты оформляйте по примеру: Shiro Hondа | 240 y.o. (по заявке # от Name)
Биография в анкете обязательна, как и характер. Биографию можно раскрыть фактами (не менее 10 развернутых пунктов). Не обязательно отделять от характера, но она должна быть!

Связь со мной: ответ

Код:
[table layout=auto width=auto][tr][td colspan=2 bgcolor=#f2cdb0 width=1%][/td][/tr][tr]
[td colspan=2 bgcolor=#f9f1ea][align=center][img]http://placehold.it/500x180[/img][/align][/td]
[/tr][tr][td colspan=2 bgcolor=#f2cdb0 width=1%][/td][/tr][tr]
[td colspan=2 bgcolor=#f9f1ea][align=center][font=PT Sans Bold Italic][size=19][b]Имя и Фамилия персонажа[/b][/size]
[size=15]внешность[/size][/font][/align][/td][/tr][tr][td colspan=2 bgcolor=#f2cdb0 width=1%][/td][/tr]
[tr][td bgcolor=#f9f1ea][align=center][size=15][font=PT Sans Bold Italic][b]Прозвище[/b][/font][/size]
[i]ответ[/i]
[size=15][font=PT Sans Bold Italic][b]Дата рождения и возраст[/b][/font][/size]
[i]ответ[/i]
[size=15][font=PT Sans Bold Italic][b]Ориентация[/b][/font][/size]
[i]ответ[/i]
[/align][/td]
[td bgcolor=#f9f1ea][align=center][size=15][font=PT Sans Bold Italic][b]Принадлежность[/b][/font][/size]
[i]ответ[/i]
[size=15][font=PT Sans Bold Italic][b]Курс/место работы[/b][/font][/size]
[i]ответ[/i]
[size=15][font=PT Sans Bold Italic][b]Сикигами/хозяин[/b][/font][/size]
[i]ответ[/i][/align]
[/td][/tr][tr][td colspan=2 bgcolor=#f2cdb0][/td][/tr]
[tr][td colspan=2 bgcolor=#f9f1ea]Здесь пишем биографию и характер персонажа (не менее 20 развернутых предложений).
В будущем название темы будет оформляться по примеру: Shiro Hondа | 240 y.o.
[b]ВНИМАНИЕ:[/b] если вы по заявке, то тему анкеты оформляйте по примеру: Shiro Hondа | 240 y.o. (по заявке # от Name)
Биография в анкете обязательна, как и характер. Биографию можно раскрыть фактами (не менее 10 развернутых пунктов). Не обязательно отделять от характера, но она должна быть![/td][/tr]
[tr][td colspan=2 bgcolor=#f2cdb0 width=1%][/td][/tr]
[tr][td colspan=2 bgcolor=#f9f1ea][align=center][size=15][font=PT Sans Bold Italic][b]Связь со мной:[/b][/font][/size] ответ[/align][/td][/tr]
[tr][td colspan=2 bgcolor=#f2cdb0 width=1%][/td][/tr]
[/table]