thanks, check this thread out for aligning your tables within your categoreys:
http://www.vbulletintemplates.com/mo...ead.php?t=3862
and im not that good at hacking and explaining it but I will try, just make sure you back everything up and also you cant hold me responsible if something goes wrong...
i doubt its XHTML compliant and Im sure someone is going to correct me on my "grammar" but that should do what you want it to.
That is in your FORUMHOME template which is located conveniently under you Forum Home Templates.
Code:
<!-- main -->
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
$forumbits
<tr>
<td class="tfoot" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>" align="center">
<a href="forumdisplay.php?$session[sessionurl]do=markread">Mark All Forums Read</a> | <a href="showgroups.php?$session[sessionurl]">View Forum Leaders</a>
</td>
</tr>
</table>
</td></tr></table>
<!-- /main -->