Have successfully used the site styles in the editor area by changing the following line in fckconfig.js
//FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../../stylesheets/editor.css' ;
However, as my site has a background image declared in the css, this is wrongly positioned in the editor area. I could move the image in HTML code using
style="background-position: -200px -258px;"
but where would I put this in the FCKEditor files.
//FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../../stylesheets/editor.css' ;
However, as my site has a background image declared in the css, this is wrongly positioned in the editor area. I could move the image in HTML code using
style="background-position: -200px -258px;"
but where would I put this in the FCKEditor files.