I am not a HTML uru yet so I stillcan't figure it out.
Code:
<td bgcolor="$post[backcolor]" width="90%" valign="top">
<p><normalfont>$post[message]</normalfont></p></td>
$post[attachment]
<p>$post[signature]</p>
<p>$post[editedby]</p>
<p align="left"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report Post</a> | $post[iplogged]</smallfont></p>
I am trying to get
Code:
<p><normalfont>$post[message]</normalfont></p></td>
To go to the top and
Code:
$post[attachment]
<p>$post[signature]</p>
<p>$post[editedby]</p>
<p align="left"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report Post</a> | $post[iplogged]</smallfont></p>
To go tothe bottom