Hi there,
Sorry for my very bad English
I'm replaced MyBulletin "postbit" template with Chavil "postbit" template & i can post with FF & IE, but i don't know my problem where is in MyBulletin "postbit" template
PLZ Help me
MyBulletin "postbit" template:
<!-- Thead and Tcat Backgrounds-->
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="2" class="tborder">
<tr>
<td class="tcat">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" style="color:#FFFFFF"><img src="{$theme['imgdir']}/post_old.gif" alt="" style="vertical-align:middle"/> {$post['postdate']}, {$post['posttime']}</td>
<td style="white-space:nowrap; color:#FFFFFF" align="right"><strong><a href="showthread.php?tid={$tid}&pid={$post['pid']}#pid{$post['pid']}">#{$postcounter} </a></strong> </td>
<td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['button_report']} </td>
<td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['iplogged']} </td>
<td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['inlinecheck']}</td>
</tr></table>
</td>
</tr>
<tr>
<td class="trow2" valign="top"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<!-- User Details-->
{$post['user_details']}
<!-- Post-->
</td></tr>
<tr>
<td class="trow3" valign="top">
<div id="pid_{$post['pid']}">
<img src="{$theme['imgdir']}/post.png" alt="" style="vertical-align:middle"/> <span style="font-size:11px;">{$post['subject']}</span>
<hr />
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="font-style:italic; vertical-align: bottom;">
{$post['editedmsg']}
</div>
<br />
<!-- Buttons-->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><span class="smalltext">
{$post['button_edit']}{$post['button_quickdelete']}</span></td>
<td align="right">{$post['button_pm']}<span class="smalltext">{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']} </span></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%">
{$post['thxdsp']}{$seperator}
</tr></table>
<div style="padding-bottom:6px;"></div>
Regards.