PDA

View Full Version : How can I change this?


JamieLee2k
04-16-2007, 09:20 AM
I am talking about this:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$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>What I have done already is moved this code into the forumhome_forumbits_level1_nopost as I have split the catagorys which is working fine, Now I am going to make some changes to the frame but what I want to do I can't do.

That code above I want to delete but if I so then the forum frame goes out of sync, meaning the statusicon's don't go into a table and are matching all the way down, Does anyone know how I can remove this code yet keep the table intact?

Thanks
JamieLee2k