Page 1 of 1

Width of the FCKeditor

Posted: Sun Apr 23, 2006 11:23 am
by ryde
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

Re: Width of the FCKeditor

Posted: Tue Apr 25, 2006 9:13 pm
by alby
In Extensions -> FCKeditorX
Change (in Width - width of WYSIWYG) from default to 500 and check px in combo.

Alby

Re: Width of the FCKeditor

Posted: Thu Apr 27, 2006 9:01 pm
by ryde
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