This what ya looking for? It was in another thread.

. Do not know who posted it.

.
In order to split the categories from eachother:
Forum Home Page Templates
>> forumhome_forumbit_level1_nopost
at the top
Code:
</table>
</td></tr></table><br>
<table cellpadding="{ tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{ tablebordercolor}" { tableouterextra} width="{ contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{ tableinnerborderwidth}" border="0" { tableinnerextra} width="100%">
(please note that in the above code there is a space between { and XXX} this is done because otherwise the vBB will parse it.)
And this one is a fix, so the 'currently active users' aren't sticky to the last categorie:
Forum Home Page Templates
>> forumhome
Just after $forumbits add:
Code:
</table>
</td></tr></table><br>
<table cellpadding="{ tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{ tablebordercolor}" { tableouterextra} width="{ contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{ tableinnerborderwidth}" border="0" { tableinnerextra} width="100%">
(please note that in the above code there is a space between { and XXX} this is done because otherwise the vBB will parse it.)