wersja skryptu MyBB: 1.6.12
adres forum: http://perfectskill.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Gdy chcę dodać nowy sidebox tym kodem:
albo tym:
to deformuje mi całe forum :/
SS'y:
adres forum: http://perfectskill.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Gdy chcę dodać nowy sidebox tym kodem:
<div class="sidebar" style="float: right;width: 18%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="width: 100%; border-left: 1px solid #393939; border-right: 1px solid #393939; border-bottom: 1px solid #393939;">
<tr>
<td class="tcat">
<b>xxxxxxx</b>
</td>
</tr>
<tr>
<td style="background: #1a1a1a; padding: 6px; text-shadow: rgba(0, 0, 0, 0.804) 0px -1px 0px; color: #eeeeee; font-size: 11px; font-weight: 700; ">
ssssssss
</td>
</tr>
</table>
albo tym:
<div class="sidebar" style="float: right;width: 214px;">
</table><br><table border="0" cellspacing="1" cellpadding="4" class="tborder" style="border: #393939 solid 1px;">
<tr>
<td class="tcat" style="border: #393939 solid 0px; color: #fff;"><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpmisc']}.gif" id="boxside_img" class="expander" alt="[-]" title="[-]" />
</div>
<img src="http://i57.tinypic.com/25p5xtc.png" alt="star" /> <strong>Przydatne linki</strong></td></tr><tbody id="boxside_e" style=""> <td class="trow1" colspan="1" style="color: #fff;" align="center"><br />
<span style="font-size: 25px;"><a class="mhover" href="http://perfectskill.pl/forumdisplay.php?fid=2">Regulaminy</a>
<br>
<span style="font-size: 10px;">Zapoznaj się z regulaminami</span>
<center><span style="font-size: 10px;">------------------------------------------</span></center>
to deformuje mi całe forum :/
SS'y: