Suche im Template index.tpl nach
HTML Code:
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
und ersetze es mit:
HTML Code:
<th colspan="2" class="thCornerL"> {L_FORUM} </th>
Suche im Template overallheader.tpl nach:
HTML Code:
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
und ersetze es mit:
HTML Code:
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid;
Bringt aber nicht viel, weil durch den colspan Befehl die Zeile so weit auseinander gedrückt wird.
Gruss
Christian