Hi,
How can I have the toolbar to be collapsed by default? Most of those who will use FCKEditor at my site will not be so computer illiterate, so I'd like to keep it as simple as possible while still being able to use the toolbar if necessary.
How can I have the toolbar to be collapsed by default? Most of those who will use FCKEditor at my site will not be so computer illiterate, so I'd like to keep it as simple as possible while still being able to use the toolbar if necessary.

RE: Collapsed toolbar by default
in the Configuration File fckconfig.js just change the line:
FCKConfig.ToolbarStartExpanded = true ;
to:
FCKConfig.ToolbarStartExpanded = false ;
RE: Collapsed toolbar by default