now only if i could get the tables to line up properly

i did some template edits to get the roster to show up like this seen here.
http://sacred-dragoons.com/forums/showroster.php
here are the new edits
open
showroster_header
and over write code with this
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="9">$user[title]</td>
</tr>
<tr>
<td class="thead"><center>$vbphrase[user_name]</center></td>
<td class="thead"><center>Character Name</center></td>
<td class="thead"><center>Character Class</center></td>
<td class="thead"><center>Character Level</center></td>
<td class="thead"><center>Character Sex</center></td>
<td class="thead"><center>Avatars</center></td>
$rosterbits
</table>
<br />
then open the template
showroster_userbits
and overwrite code to this
Code:
<tr>
<td class="$bgclass">
<a href="member.php?$session[sessionurl]u=$user[userid]"><center>$user[username]</center></a>
</td>
<td class="$bgclass" nowrap="nowrap"><center>$user[field6]</center></td>
<td class="$bgclass" nowrap="nowrap"><center>$user[field8]</center></td>
<td class="$bgclass" nowrap="nowrap"><center>$user[field10]</center></td>
<td class="$bgclass" nowrap="nowrap"><center>$user[field11]</center></td>
<td class="$bgclass"><center>$avatarimage</center></td>
</tr>
this is not a required change it was a personal preferance of mine.