打开 fckconfig.js 将下面代码修改
FCKConfig.ToolbarSets["Default"] = [
['Source','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteWord','-'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
'/',
['Bold','Italic','Underline','StrikeThrough','-'],
['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
'/',
['FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['FitWindow','-'] // No comma for the last row.
] ;
我的是修改过的 可以对照着将一些不用的功能删掉 也可以自定义 比如新建
FCKConfig.ToolbarSets["MyEditor"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
在其中输入需要的功能就可以了
最后使用EditorPlus以utf-8格式强制保存