A slightly different approach...
In postbit, After this:
Code:
<td bgcolor="$post[backcolor]" width="100%" valign="top">
replace this:
Code:
<smallfont>$post[icon] <b>$post[title]</b></smallfont>
With this:
Code:
<table border="0" width="100%">
<tr>
<td width="85%">
<smallfont>$post[icon] <b>$post[title] </b></smallfont>
</td>
<td width="15%" align="right">
<smallfont>
<a href="showthread.php?postid=$post[postid]#post$post[postid]">Post #$countposts</a></smallfont></td>
</tr>
</table>
Basically the same as Xug's but I used the cell alignment instead of a paragraph alignment