FCKeditor?
我用过,是不是打开的时候速度很慢,而且经常还出现什么XML加载失败?
我的解决方法是在fckconfig.js里//## 
//## Toolbar Buttons Sets 基本功能
//## FCKConfig.ToolbarSets["Basic"] = [
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Image','Rule','Smiley','SpecialChar'],
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['FitWindow','-','About']
] ;// BreezeXu修改2008-11-13不用那个default,default的功能太多了,而且不需要,调用这个basic就好了,这样就不会出现那么多问题了