Webboard

Pełna wersja: Wydłużenie panelu bocznego.
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB:1.6.8 czy tam 7.
adres forum: uplay.xaa.pl
na czym polega problem (screen, opis, komunikaty):

Potrzebuje aby ktoś mi wytłumaczył jak wydłużyć te boczne paneliki. Bo jak widać radio mi się tam nie mieści ;/


EDIT!

To jest kod tabelki:
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>
<center>Buttony</center>
</strong></td>
</tr>
<tr>
<td class="trow1">
<marquee behavior="alternate" align="center" valign="bottom" direction="up" scrollamount="1" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()">
<center>
<iframe frameborder='0' height='339' marginheight='0' marginwidth='0' scrolling='No' src='http://l2lorien.pl/clubpartyplay/gra/?auto=tak' width='100%'></iframe>
</center>
</marquee>
</td>
</tr>
</table>
Szablon index:
Kod:
<div class="sidebar" style="float: right;width: 23%;">
oraz
Kod:
<div class="forums" style="float: left;width: 76%;">

Pokombinuj %.
Niestety. Bawienie się tymi procentami tylko je rozszerza a ja chce jedną wydłużyc : )
Przepraszam, nie zauwazylem.

Z tego co widze to przewija Ci te radio, proponuje wywalic przewijanie gdyz nie jest juz zgodne z panujacymi w sieci standardami.

Kod:
<marquee behavior="alternate" align="center" valign="bottom" direction="up" scrollamount="1" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()">
<center>
<iframe frameborder='0' height='339' marginheight='0' marginwidth='0' scrolling='No' src='http://l2lorien.pl/clubpartyplay/gra/?auto=tak' width='100%'></iframe>
</center>
</marquee>

Zamien na:
Kod:
<div style="text-align: center; margin: 0 auto;">
<iframe frameborder='0' height='339' marginheight='0' marginwidth='0' scrolling='No' src='http://l2lorien.pl/clubpartyplay/gra/?auto=tak' width='100%'></iframe>
</div>

I mozesz sie pobawic parametrem height w iframe. Pamietaj ze wpisujesz tam bez jednostki (sama ilosc pikseli).
Dobra. Musiałem tam jeszcze w kilku linijkach coś pozmieniać. Dziękuję za pomoc.:)