Here it is, i changed the code a little, its messy looking cuz i havent made it pretty to b psoted yet, but here is the code snipplet im using, and the screenshot....
Code:
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top" height="20"><smallfont>$post[icon] <b>$post[title]</b></smallfont></td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" align="left" valign="top">
$post[avatar]</td><td bgcolor="$post[backcolor]" align="left" valign="top"><normalfont>$post[message]</normalfont>
</td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" height="20"> $post[attachment]</td>
</tr>