For anyone that cares, i managed to fix the problem with the postbit rank not showing the in the same format as everything else....
Go to your "Style Manager" and edit "gxbl_postbit" in the style your using. The first line you see should have:
Code:
<if condition="$show['gxblrank']"><div>
behind <div> add this:
Code:
<if condition="$show['gxblrank']"><div class="vb_postbit_info">
That fixed mine.... Now if I could find out where to edit the damn "gXboxLive Leaderboard:" phrase i'd be happy, that doesn't fit in my template and breaks up a whole nother line.