Vincent]All he did was make a table for each field. I.E.
Quote:
<table cellspacing="1" cellpadding="4" border="0" bgcolor="#0A293E">
<tr>
<td width="Your width" bgcolor="Your background color"><smallfont><b>Posts</b>: $posts[posts]</font></td>
</tr>
</table>
<br>
<table cellspacing="1" cellpadding="4" border="0" bgcolor="#0A293E">
<tr>
<td width="Your width" bgcolor="Your background color"><smallfont><b>Grounp</b>: $posts[usertitle]</font></td>
</tr>
</table>
|
That's just my guess on it. I could be wrong.