Quote:
Originally Posted by WetWired
It's just tables. For what those have, you'd do something like
Code:
<table cellspadding="0" cellspacing="1" border="0">
<tr>
<td class="thead" width="100">Avatar</td>
<td class="thead" width="50">Rank</td>
</tr>
<tr>
<td valign="middle" align="center" height="100"><if condition="$show['avatar']">]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a><else /> </if></td>
<td>$WWU002_ranktext</td>
</tr>
</table>
Then, you'd put HTML image tags as the ranktext settings in the adminCP.
|
so do u i put that in the postbit legacy template