Seite 1 von 1

xabbBlue Rahmen Problem

Verfasst: 07.04.2007 21:35
von spritzpistole
Ich habe im ACP die Rahmen auf Schwarz gestellt, läuft auch alles, bis auf eine einzigste Tabelle:
[ externes Bild ]

Auszug aus der Index_body.tpl:

Code: Alles auswählen

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline" align="center">
  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <!-- BEGIN catrow -->
  <tr> 
	<td class="catLeft" colspan="3" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
Wo stell ich denn für diese eine Tabelle ein, dass sie nicht so fett schwarz ist?

Vielen Dank im Vorraus
Tim

Verfasst: 08.04.2007 01:39
von Amandil
ich bin mir grad nicht sicher, aber über das acp wird sich das glaub ich nicht ändern lassen. dafür müsstest du wohl die css aktivieren und dann thCornerL auf border="0" setzen.