I have a website where the content pane has a width of 500 pixels. Now, what I would like to do is to restrict the width of the textarea (to edit the content) of the FCKeditor to this width (to make it more WYSIWYG) . I know it is set to 100% by default. I have changed it to 500 pixels but apparently at the wrong place because it does not work.
Does anyone know where can I set the width of the textarea of the FCKeditor?
Thanks,
Ryde
Width of the FCKeditor
Re: Width of the FCKeditor
In Extensions -> FCKeditorX
Change (in Width - width of WYSIWYG) from default to 500 and check px in combo.
Alby
Change (in Width - width of WYSIWYG) from default to 500 and check px in combo.
Alby
Re: Width of the FCKeditor
Alby,
Thanks! You put me on the right track. I think you are using another version of the FCKEditor (I am using version 0.11.2 of CMSMS and the FCKEditor that comes with it) because there is no combo for instance.
However, I added
width: 500px;
to the textfield "Body tag css" and this does the job.
Thanks again.
Ryde
Thanks! You put me on the right track. I think you are using another version of the FCKEditor (I am using version 0.11.2 of CMSMS and the FCKEditor that comes with it) because there is no combo for instance.
However, I added
width: 500px;
to the textfield "Body tag css" and this does the job.
Thanks again.
Ryde