Connie wrote:
so you used the configuration possibilities in the editor module configuration?
and where did you set the CSS? In the CSS of your page or in the CSS for the editor?
check for the file FCKeditor/editor/css/fck_editorarea.css
maybe that helps,
yes i used conf. possibilities in editor module configuration and set css from the editor
if i edit that css then 1) editor wont work anymore 2) it removes background color but leaves background image
this is body css :
body {
margin: 0px;
background: url(
http://siim.wundergrounds.ee/hiiumaanoo ... d_hele.png);
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background-color:#D9E5A3;
}