Quote:
Originally Posted by Tulsa
How do we make the text editor wider?
|
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.