PDA

View Full Version : how do i align sub-forums correctly


Idlehearts
09-24-2008, 09:15 PM
how do i
align forums correctly instead as shown in picture attached

i just need to show 2 columns so removed (Last Post, Threads, Posts)

if remove this

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

sub forums are shown as in attached picture

if i use this

<thead>
<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
</tr>
</thead>

But i dont want to use this code

So how do i get it correctly