To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

Portal - [OffTopic] przerwa w tabelce.

Eljot - 20-08-2009, 10:27
Temat postu: [OffTopic] przerwa w tabelce.
Witam. Na swojej stronie mam przerwe miedzy jedna tabelka a druga.

Jak to usunac?


xlesiu - 20-08-2009, 11:16

Eljot, nie wolno używać <br/> między komórkami </td><br/><td> czy też wierszami </tr><br/><tr> w tabelce. Znajdź:
Kod:
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tbody><tr>
<th class="thCornerL" colspan="7" align="center" height="25" nowrap="nowrap"><b>Sponsorzy</b></th>

</tr>

<br><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" rowspan="2" align="center" valign="middle">
<a href="http://1shot1kill.pl"><img src="http://www.1shot1kill.pl/reklama/baner_468x60.gif" border="0"></a></td>
</tr><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" align="left" width="100%">
<span class="gensmall"><b><a href=""><center>Główny Partner Sieci</a></b></span></td></center>
<br><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" rowspan="2" align="center" valign="middle">
<a href="http://zonegame.pl"><img src="http://zonegame.pl/images/stories/cs.gif" border="0"></a></td>
</tr><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" align="left" width="100%">
<span class="gensmall"><b><a href=""><center>Sponsor serwera RealMod oraz serwera Condition Zero  </a></b></span></td></center>
<br><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" rowspan="2" align="center" valign="middle">
<a href="http://procpu.pl"><img src="http://img242.imageshack.us/img242/3125/31256141.png" border="0"></a></td>
</tr><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" align="left" width="100%">
<span class="gensmall"><b><a href=""><center>Sponsor serwera KZ</a></b></span></td></center>

</tr>
<br><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" rowspan="2" align="center" valign="middle">
<a href="http://hostage.pl"><img src="http://hostage.pl/banner.png" border="0"></a></td>
</tr><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" align="left" width="100%">
<span class="gensmall"><b><a href=""><center>Sponsor serwera FY+Paintball</a></b></span></td></center>
</tr>
</tbody></br>
i zamień na:
Kod:
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tbody><tr>
<th class="thCornerL" colspan="7" align="center" height="25" nowrap="nowrap"><b>Sponsorzy</b></th>

</tr>

<tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" rowspan="2" align="center" valign="middle">
<a href="http://1shot1kill.pl"><img src="http://www.1shot1kill.pl/reklama/baner_468x60.gif" border="0"></a></td>
</tr><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" align="left" width="100%">
<span class="gensmall"><b><a href=""><center>Główny Partner Sieci</a></b></span></td></center>
<tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" rowspan="2" align="center" valign="middle">
<a href="http://zonegame.pl"><img src="http://zonegame.pl/images/stories/cs.gif" border="0"></a></td>
</tr><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" align="left" width="100%">
<span class="gensmall"><b><a href=""><center>Sponsor serwera RealMod oraz serwera Condition Zero  </a></b></span></td></center>
<tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" rowspan="2" align="center" valign="middle">
<a href="http://procpu.pl"><img src="http://img242.imageshack.us/img242/3125/31256141.png" border="0"></a></td>
</tr><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" align="left" width="100%">
<span class="gensmall"><b><a href=""><center>Sponsor serwera KZ</a></b></span></td></center>

</tr>
<tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" rowspan="2" align="center" valign="middle">
<a href="http://hostage.pl"><img src="http://hostage.pl/banner.png" border="0"></a></td>
</tr><tr><td style="" class="row1" onmouseover="onv(this);" onmouseout="ont(this);" align="left" width="100%">
<span class="gensmall"><b><a href=""><center>Sponsor serwera FY+Paintball</a></b></span></td></center>
</tr>
</tbody></table>

I jeszcze jedno jak klikasz na belkę z Serwerami znika ona tam jest błąd. Najlepiej usuń ten kod
Kod:
onclick="javascript:ShowHide('hmC','hmC2','hmC3');"

Eljot - 25-08-2009, 11:35

Dzieki. Pomogl leci


Powered by phpBB modified by Przemo © 2003 phpBB Group