Rozciągnięcie forum w lewą stronę

Założony przez  Floop.

wersja skryptu MyBB:1.6.9
adres forum:gfps.boo.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):CHcem rozciągnąć na lewo kategorie, logo i wszystko na lewo jak to zrobic ?
masz wgrany plugin od sidebara?
jak nie, to podaj szablon "index" z "strona główna"
<html>
<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="170">
            <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>
{$ttposters}
{$changfcb}
{$footer}
</body>
</html>
jeśli chcesz żeby było bez sidebara i rozciągnięte, to masz kod, powinno pomóc
<html>
<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}  
{$forums}
{$boardstats}
{$ttposters}
{$changfcb}
{$footer}
</body>
</html>
Boze Ja chce rozciagnąc katygorie a nie usuwac panel boczny



Użytkownicy przeglądający ten wątek:

1 gości