Dras
10-17-2003, 03:08 PM
I am not a HTML guru yet so I still can't figure it out.
--------------------------------------------------------------------------------
<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
--------------------------------------------------------------------------------
<p><normalfont>$post[message]</normalfont></p></td>
--------------------------------------------------------------------------------
To go to the top and
--------------------------------------------------------------------------------
$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 to the bottom
--------------------------------------------------------------------------------
<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
--------------------------------------------------------------------------------
<p><normalfont>$post[message]</normalfont></p></td>
--------------------------------------------------------------------------------
To go to the top and
--------------------------------------------------------------------------------
$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 to the bottom