Quote:
Originally Posted by Black Tiger
Second question. Is it also possible to leave the nice rounded edges on the categories, but remove the categorie spacing?
|
in your
FORUMDISPLAY template
find
HTML Code:
<if condition="$show['forumslist']">
<!-- sub-forum list -->
add before
HTML Code:
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td >
<img src="images/styles/christmas_2009/oben_l.gif" border="0"></td>
<td align="center" background="images/styles/christmas_2009/oben_bg.gif" width="100%">
<font color="#ffffff" size="2"><b></font></a></b>
</td>
<td><img src="images/styles/christmas_2009/oben_r.gif" border="0"></td></tr></tbody></table>
that's it