Nope, I can't
Did you center them properly??
Replace all of
forumhome_forumbit_level1_nopost to this
Quote:
<tr id="cat">
<td bgcolor="{ categorybackcolor}" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{ categoryfontcolor}"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="{ categoryfontcolor}">$forum[description]</smallfont></td>
</tr>
|
Replace all of
forumhome_forumbit_level2_nopost to this
Quote:
<tr id="cat">
<td bgcolor="{ categorybackcolor}"><smallfont> </smallfont></td>
<td bgcolor="{ categorybackcolor}" colspan="5">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{ categoryfontcolor}"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="{ categoryfontcolor}">$forum[description]</smallfont></td>
</tr>
|