Quote:
Originally Posted by AndrewD
Well, it should be by modifying the formwidth_usercp setting on the vb style sheet, but I realise that I've missed out a table width parameter in the relevant template.
So modify the formwidth_usercp style variable, and then find this sequence in the links_addnewlink template:
Code:
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><div>
$messagearea
</div></td>
</tr>
</table>
</div>
and add a width="100%" field to the table tag.
|
Quote:
Originally Posted by Tulsa
Unfortunately adding the 100% did not work, the editor in LDM was still smaller than the forum. So I changed the 100% to the 640 that matches my formwidth_usercp variable and that worked.
|
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?