Quote:
Originally Posted by mtha
very good upgrade CMX,
few things to check:
1. the edit window is not aligned well in Firefox (see attachment)
|
Because you are missing a wrapping table outside messagearea
EDIT TEMPLATE: vbsupport_newthread
line 36-41
HTML Code:
<!-- message area -->
<div class="smallfont">$vbphrase[message]:</div>
$messagearea
<!-- / message area -->
$posticons
REPLACE WITH
HTML Code:
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<!-- message area -->
<div class="smallfont">$vbphrase[message]:</div>
$messagearea
<!-- / message area -->
$posticons
</td>
</tr>
</table>