This is a nice mod, makes the forum look clean.
I only had to add a few pieces of code to get the spacing effect.
However, I am using width as a %, for example:
FORUMHOME
Quote:
<thead>
<td class="thead" width="5%"> </td>
<td class="thead" width="45%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="40%">$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="0%">$vbphrase[moderator]</td>
</if>
</thead>
|
If you take a look at the forum, the alignment is all wrong now. How do I fix this?
Earth's Banner