PDA

View Full Version : HTML help


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

Dean C
10-17-2003, 03:57 PM
PLease post in the correct forum in future :)

- miSt

Dras
10-18-2003, 12:14 AM
Sorry, anyone help me?