[Semi-Solved] How to align signature to the bottom of the post [Semi-Solved]
Saman Offline
Junior Member
**
Posts: 27
Joined: Feb 2012
Post: #3
RE: How to align signature to the bottom of the post
Thx Sama.. I did what u wanted me to... So I edited valign="top" to valig="bottom" in the code below in posbit_classic:




Quote: <td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>



the problem is that it also aligns post message ({$post['message']}) to the bottom... I tried to separate them and give them their specific valign thing but I actually dunno how to sort it out Frown
(This post was last modified: 02-22-2012 02:50 AM by Saman.)
02-22-2012 02:48 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: How to align signature to the bottom of the post - Saman - 02-22-2012 02:48 AM

 Standard Tools
Forum Jump: