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.
|
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.