A mi me queda re mal...
Asi es original, osea con el código
Código:
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['replink']}{$post['warninglevel']}
Y asi me queda cuando lo edito, osea usando el código
Código:
<table width="100%" border="0" cellspacing="2" cellpadding="1" style="font-size:12px">
<tr><td class="trow4" align="center">
{$lang->postbit_posts} {$post['postnum']}
</td></tr>
<tr><td class="trow4" align="center">
{$lang->postbit_joined} {$post['userregdate']}
</td></tr>
<tr><td class="trow4" align="center">
{$post['replink']}{$post['warninglevel']}
</td></tr>
</table>