anyone?
heres that part of my template:
<td bgcolor="$post[backcolor]" width="100%" valign="top">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<smallfont>$post[icon] <b>$post[title]</b></smallfont>
<p><normalfont>$post[message]</normalfont></p></td>
</tr>
<tr>
<td valign="bottom">
<div align="bottom">$post[attachment]<br></div>
<div align="bottom">$post[signature]<br></div>
<div align="bottom">$post[editedby]</div>
<div align="bottom"><p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p></div></td>
</tr>
</table></td>
</tr>
|