Napis "Dział" wyrównany do lewej

Szukam  Założony przez  Retto.

wersja skryptu MyBB: 1.8.5
adres forum: moje forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Witam, zastanawiam się jak zrobić, aby ten napis Dział był przesunięty do lewej strony (tak jak jest to zrobione na stronie głównej)?
[Obrazek: hfax8mf.png]

Jest to subforum, a tutaj szablon forumdisplay_subforums:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Statystyki</strong></span></td>
<td class="tcat" width="15%" align="right"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->sub_forums_in}</strong></span></td>
<td class="tcat" style="white-space: nowrap" align="center" width="170"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" align="right" width="200"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>

{$forums}
</table>
<br />
Dzięki za odpowiedź, ale nie zadziałało :D Chyba, że mam to jakoś pozamieniać.
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="59%"></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Statystyki</strong></span></td>
<td class="tcat" width="15%" align="right"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
Dzięki bardzo :) Działa.



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

1 gości