Regarding this thread -
I did this, and the forum colums were all out of place, so i was directed to this thread -
Did this and all is well as you can see here - http://www.tech-arena.co.uk/forum/
But when i looked at it from my 15" monitor at 1024x768 the colums were not lining up.
The code i used was -
I have changed it to that in the -
forumhome_forumbit_level1_nopost
and
FORUMDISPLAY
templates.
Can anyone help?
Cheers
Andy
I did this, and the forum colums were all out of place, so i was directed to this thread -
Did this and all is well as you can see here - http://www.tech-arena.co.uk/forum/
But when i looked at it from my 15" monitor at 1024x768 the colums were not lining up.
The code i used was -
Code:
<tr align="center"> <td class="thead" width="2%"> </td> <td class="thead" width="60%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="20%">$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="9%">$vbphrase[moderator]</td> </if> </tr>
forumhome_forumbit_level1_nopost
and
FORUMDISPLAY
templates.
Can anyone help?
Cheers
Andy
Comment