Code:
<!-- post #$post[postid] -->
<if condition="$show['spacer']">$spacer_open<if condition="!$post['islastshown']"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if></if>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="/designs/images_red/f_03.jpg" alt="" /></td>
<td class="alt5" style="background: url('/designs/images_red/f_04.jpg');" width="100%" $scrolltothis><!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a></if> </td>
<td><img src="/designs/images_red/f_05.jpg" alt="" /></td>
</tr>
</table>
Can you tell me how to fix it with that? When I add a <td align="right"> before the #, it moves it to the right, but doesn't have the red color behind it. It's a white block.