PDA

View Full Version : HTML help


Dras
10-17-2003, 02:14 PM
I am not a HTML uru yet so I stillcan'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 tothe bottom

MindTrix
10-19-2003, 10:14 AM
This is just a guess but try this

<td bgcolor="$post[backcolor]" width="90%" valign="top">
<p><normalfont>$post[message]</normalfont></p></td>
<td bgcolor="$post[backcolor]" width="90%" valign="bottom">
$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></td>

MindTrix
10-25-2003, 08:40 PM
Hmmm Well did it work?

Dras
11-26-2003, 07:36 PM
Sorry, been awhile heh? Give me a day or, to fix my stupid forum. It won't let me install it back on the server =/