MyBB Community Forums

Full Version: force postbit buttons to bottom
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm using a custom postbit and all my buttons are like this ... can anyone help me force them to the bottom?

Here is my postbit:

{$ignore_bit}
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<td class="datetime">{$post['postdate']} {$post['posttime']}</td><td class="subjectline"><span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></td><td class="posturl">{$post['posturl']}</td>
<tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<center><fieldset class="postbit1"><legend><strong><span class="largetext">{$post['profilelink']}</span></strong><br /></legend>
		<span class="smalltext">
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['usertitle']}<br />
</fieldset></center>

<center><div class="postbit2_header">{$post['onlinestatus']} Blader Data</a></div></center>

			<center><div class="postbit2">{$post['user_details']}<br />
</div></center>
        </span>
    </td>
    <td class="{$altbg}" valign="top" colspan="2">
        <table width="100%">
            <tr>
            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
&nbsp;<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
            </div>
        </td></tr>
<tr>
        <td class="{altbg}" style="vertical-align: bottom;">
            <table width="100%" border="0" cellpadding="0" cellspacing="0">

                <tbody><tr valign="bottom">
                    <td style="padding: 0pt;" align="left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
</td>
<td style="padding: 0pt;" align="right">
<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>
</div>
                        </div>
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </tr>
            </tbody></table>
        </td>
</tr>
    </table>
</td>
</tr>
</table>

Thanks!
hey brad anyway that you can tell me too how i can do that
plz mate
I posted the code in your other thread.