Quote:
Originally Posted by Brian31fl
bump check the post above it was edited with the information
|
Ohhh, I thought you meant line up in regards to header vs. rows. You mean they don't all have the same column width. That's easy enough. Just edit the _header template. Copy the following.
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="9">$user[title] ($usercount)</td>
</tr>
<tr>
<td class="thead" width="15%"><center>$vbphrase[user_name]</center></td>
<td class="thead" width="20%"><center>Character Name</center></td>
<td class="thead" width="15%"><center>Character Class</center></td>
<td class="thead" width="15%"><center>Character Level</center></td>
<td class="thead" width="15%"><center>Character Sex</center></td>
<td class="thead" width="20%"><center>Avatars</center></td>
$rosterbits
</table>
<br />
I also updated the counter in the group title for you ( ($usercount)). Take it out if you don't like it.