wersja skryptu MyBB: 1.6.8
adres forum: www.E-Serwerki.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam, dodałem do siebie na forum tabelkę sponsorów, i mam z nią mały problem.
Otóż tabelka wgl nie dodaje żadnej belki ani nic. Jest po prostu baner i obok tekst.
Tak to wygląda:
[Obrazek: UvdGA.png]
Kod:
<!-- Sponsorzy/Partnerzy -->
<center><div id="hmZ" style="POSITION: relative">
<br>
<table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
<tr>
<th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3'); " nowrap="nowrap" height="25">Partnerzy</th>
</tr></table>
<table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td class="row2" align="middle" width="50%"><span class="gensmall"><a href="http://www.pukawka.pl/pp,kamilbleee.html" title="Serwery gier"><img src="http://www.pukawka.pl/img/pp/BANER468.gif" alt="Serwery gier" /></a></span></td>
<td class="row2" align="middle" width="50%"><span class="gensmall">
<b>Hosting Serwerów Gier.</b></span></td>
</tr>
</table>
</div>
<div id="hmZ2" style="DISPLAY: none; POSITION: relative">
<br>
<table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
<tr>
<th class="thCornerL" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3'); " nowrap="nowrap" height="25">Sponsorzy</th>
</tr>
</table>
</div>
<br>
<script language="javascript" type="text/javascript">
<!--
if(GetCookie('hmZ3') == '2') ShowHide('hmZ', 'hmZ2', 'hmZ3');
//-->
</script></center>
<br/>

Pomógłby ktoś? ;)