Hallo,
wer kann mir sagen wo ich die Hintergrundfarbe der Blöcke definiere ? Denke mal unter zb Block_Who_is_online im html ordner nur an welcher stelle ?
Wer kann mir da nen tipp geben ?
Danke im Vorraus
in der theme.html und in der style.css des aktuellen Themes.
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="boxtitle">{BLOCK_TITLE}</td>
</tr>
<tr>
<td valign="top" class="boxcontent">{BLOCK_CONTENT}</td>
</tr>
</table>