PDA

View Full Version : How would I go about moving this?


Millenium IT
11-17-2007, 04:25 PM
https://vborg.vbsupport.ru/external/2007/11/6.png

The pic is pretty self-explanitory in relation with the title, so I'll just give you the corresponding template codes and wait to be helped.

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead">Status</td>
<td class="thead">Custom</td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="225">$vbphrase[last_post]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
$forumbits

Gray Matter
11-17-2007, 06:13 PM
See this (https://vborg.vbsupport.ru/showpost.php?p=1380132&postcount=2). It's a little different in your case because the thead code is different, but it's still the same thing, really.

Millenium IT
11-18-2007, 03:13 AM
Worked....Thanks :D