I have done it and doesn?t work...
Columns on index don't have fixed width. To change it open template forumhome_forumbit_level1_nopost, find this code:
Code:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td>
<td class="thead" width="300" nowrap="nowrap">$vbphrase[last_post]</td>
<td class="thead" nowrap="nowrap">$vbphrase[threads]</td>
<td class="thead" nowrap="nowrap">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" nowrap="nowrap">$vbphrase[moderator]</td>
</if>
</tr>
and assign fixed width to last 4 table cells
What I'm doing wrong?
|