Change:
Code:
<td bgcolor="$post[backcolor]" width="100%" height="100%" valign="top">
<table width="100%" border="0" cellpadding="0" align="left" height="100%">
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top" height="20"><smallfont>$post[icon] <b>$post[title]</b></td><td align="right" height="20" valign="top"><a href="showthread.php?postid=$post[postid]#post$post[postid]"><smallfont>Post #$post[postcount]</smallfont></a></smallfont></td>
</tr>
<tr>
to:
Code:
<td bgcolor="$post[backcolor]" width="100%" height="100%" valign="top">
<table width="100%" border="0" cellpadding="0" align="left" height="100%">
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top" height="20" nowrap><smallfont>$post[icon] <b>$post[title]</b></td><td align="right" height="20" valign="top"><a href="showthread.php?postid=$post[postid]#post$post[postid]"><smallfont>Post #$post[postcount]</smallfont></a></smallfont></td>
</tr>
<tr>