ckeditor/ckeditor config.js
可以設定css的位置
var ppth="/網站資料夾名稱/"
要先註明這個ppth,否則css就只能用絕對路徑
config.contentsCss = ppth+'db/CKeditor/ckeditor/mystyle.css';
config.contentsCss ='http://www.aaa.org.tw/ckeditor/global.css'; 絕對路徑寫法
所需要添加的CSS檔 在此添加 可使用相對路徑和網站的絕對路徑