2011-08-15, 11:00 PM
It is not lined up right... and it does not look as nice as this does here. This is what mine looks like...
So where would I configure because here is what is in my postbit_classic is:
Thank you
So where would I configure because here is what is in my postbit_classic is:
{$ignore_bit}
<div class="trow1">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="1" class="tborder" style="{$post_extra_style} {$post_visibility} background:#EEF2F4;" id="post_{$post['pid']}">
<tr>
<td valign="top" class="info">
{$post['onlinestatus']}
</td>
<td class="trow2" width="190px" valign="top" style="white-space: nowrap; text-align: center;border-radius: 0px 0px 14px 0px;-moz-border-radius:0px 0px 14px 0px;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}
</span>
</td>
<td class="trow1" 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']}" style="padding: 5px 0 5px 0;">
{$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>
<tr>
<td></td>
<td class="trow1" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="trow1" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><div class="ikony">
<ul>
<li>{$post['button_warn']}</li>
<li>{$post['button_report']}</li>
<li>{$post['button_multiquote']}</li>
<li>{$post['button_quote']}</li>
<li>{$post['button_quickdelete']}</li>
<li>{$post['button_edit']}</li>
<li>{$post['button_reply_pm']}{$post['button_replyall_pm']}</li>
</ul></div></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
Thank you