Quote:
Originally Posted by mtha
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>
|
BETA 2 Released now. Please read the Updates to identify the bugs fixed.
-CMX