Seite 2 von 2

Verfasst: 23.10.2004 00:56
von nasenkopf

Verfasst: 23.10.2004 01:08
von Markus67
Hi ...

Das ist die Spalte die du verbreitern willst ......

Code: Alles auswählen

        <th class="forumtitle" width="75"><font color="white">&nbsp;{L_LASTPOST}&nbsp;</font></th>
ersetze mit:

Code: Alles auswählen

        <th class="forumtitle" width="37%"><font color="white">&nbsp;{L_LASTPOST}&nbsp;</font></th>
und das ist die vordere Spalte

Code: Alles auswählen

        <th colspan="2" class="forumtitle" width="600">&nbsp;{L_FORUM}&nbsp;</th>
ersetze mit:

Code: Alles auswählen

        <th colspan="2" class="forumtitle" width="63%">&nbsp;{L_FORUM}&nbsp;</th>
Markus