PDA

View Full Version : Uneven columns on Template..


Force011
06-30-2009, 03:06 AM
Basically I want all my columns to align properly, but for some reason they are all different sizes.

http://img44.imageshack.us/img44/9307/columns.jpg

Can someone tell me how to fix this?

Attitude5ire
06-30-2009, 06:07 AM
Open forumhome_forumbit_level1_nopost template
you should assign width specifications to last post, threads etc..


<tr align="center">
<td class="thead" width="4%">&nbsp;</td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td>
<td class="thead" width="5%">$vbphrase[threads]</td>
<td class="thead" width="5%">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" width="10%">$vbphrase[moderator]</td>
</if>
</tr>