Quote:
Originally Posted by Tulsa
In the new version, I (think) see where you've added the width statements now but the 100% didn't work on my forum and changing the values on the new version to 640 didn't work this time. Any thoughts?
|
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];