Quote:
Originally Posted by AndrewD
I made the same changes in the *links_addnewentry* and *links_viewallcomment* templates:
Code:
<div>
<div style="width:$stylevar[formwidth_usercp];" align="$stylevar[left]">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%;" >
<tr>
<td><div style="width:100%;">
$messagearea
</div></td>
</tr>
</table>
</div>
</div>
This works correctly for me with both Firefox and Internet Explorer, with both pixel and percentage values for the formwidth_usercp style setting in VB, provided this value is larger than about 400 pixels. (Smaller values than about 400 seem to be ignored.) Note that "100%" appears twice.
If you are wanting to 'hard code' the width, you need to replace $stylevar[formwidth_usercp];
|
I just changed the (style="width:100%;") to (width="640") in the $stylevar statement and it's working fine. I don't know if this has something to do with the fact I'm using a Mac and Firefox or not but certainly the way it's working for you, it's not for me. But it's working and that's all that matters.