轉:http://www.blogjava.net/xcp/archive/2010/11/04/337254.html
1、设置FCKeditor编辑区的背景色如果改css的话,就直接修改/fckeditor/editor/css/fck_editorarea.css文件就可以了
body
{
background-color: #ffffff;
padding: 5px 5px 5px 5px;
margin: 0px;
}
2、设置FCK工具条的背景,在fckeditor/editor/skin/各自不同的主题/fck_editor.css文件就可以了
body
{
padding: 1px;
margin: 0;
background-color: #ffffff;
}