I am currently using an integrated version of fckeditor 1.6 with Mambo Server 4.5 1.0.7. The editor works fine outside of the fact that it is too wide for my front end and therfore it throws the formatting of the page off. I tried changing the file editor.fckeditor.php on line 37 ($name->CreateFCKeditor( $hiddenField, 650, 400) to the width that I wanted it to be. It did change the width but the editor was cutoff with some of its features, buttons, etc. out of view. I am assuming that where as the size of the textarea changed the size of the Iframe that contains the editor didn't. If someone can help me with this I would greatly appreciate.
Thanks in advance.
Mon, 11/01/2004 - 07:38
#1
RE: How to change the width of fckeditor
This will do for me until I get around to creating custom toolbars with only the options I need - which will hopefully reduce the width too.
Don't know if this helps?
RE: How to change the width of fckeditor
NB: when doing the edit, copy the 'default' one, rename it and don't forget to keep the case-sensitive aspect in mind!
RE: How to change the width of fckeditor