versuch mal folgendes ... mal sehen ob es klappt

suche in der overall_header.tpl
Code: Alles auswählen
/* This is the outline round the main forum tables */
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
Code: Alles auswählen
/* This is the outline round the main forum tables */
.forumline2 { background-color: #000000; border: 2px {T_TH_COLOR2} solid; }
Code: Alles auswählen
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
Code: Alles auswählen
<table class="forumline2" width="100%" cellspacing="1" cellpadding="3" border="0">