nabeel
Mon 22nd Jul '02, 7:11pm
here my current postbit code:
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>
i tried putting in a 2 row table, and align one on top and the other on bottom, it doesnt work, and it gets annoying for short posts to have the sig all teh way up (ex> http://www.fragblast.com/forums/showthread.php?threadid=682)
thanks :)
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>
i tried putting in a 2 row table, and align one on top and the other on bottom, it doesnt work, and it gets annoying for short posts to have the sig all teh way up (ex> http://www.fragblast.com/forums/showthread.php?threadid=682)
thanks :)