I’m using ColdFusion 8’s new WYSIWYG editor (based on FCKEditor) in a project, and I really wanted to remove the collapse button from the toolbar. Here’s what I’m talking about (the thin bar with the up arrow):If you are anal like me and want to remove that, there’s a simple option in the FCKEditor config file to remove it. Edit the fckconfig.js file, which is located in this folder:[webroot]/CFIDE/scripts/ajax/FCKeditor/Change the following value to “false”:FCKConfig.ToolbarCanCollapse = true ;