wersja skryptu MyBB: 1.6.12
adres forum: http://dtf.cba.pl/
na czym polega problem:
Otóż mam mały problem ze sidebarem na moim forum, a wygląda to tak:
Sidebox jest taki wąski i nie wiem jaką bym ustalił szerokość nie chce się zmienić. Dałem nawet width=1700 i nic. Proszę o pomoc
Szablony-> Strona główna-szablony-> index:
adres forum: http://dtf.cba.pl/
na czym polega problem:
Otóż mam mały problem ze sidebarem na moim forum, a wygląda to tak:
Sidebox jest taki wąski i nie wiem jaką bym ustalił szerokość nie chce się zmienić. Dałem nawet width=1700 i nic. Proszę o pomoc
Szablony-> Strona główna-szablony-> index:
<html> <iframe src="http://radioparty.pl/belt/index.php" width="700" height="40" frameborder="0" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top" style="padding-right: 20px" >
{$forums}
{$boardstats}
</td>
<td valign="top" width="1700">
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>TYTUŁ</strong></td>
</tr>
<tr>
<td class="trow1">ZAWARTOŚĆ (tekst, html, JS)</td>
</tr>
</table><br />
</td>
</tr>
</table>
<!-- <dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>
<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl> -->
{$footer}
</body>
</html> iframe src="http://radioparty.pl/belt/index.php" width="700" height="40" frameborder="0" scrolling="no" frameborder="0" allowTransparency="true"></iframe>