JCE Editor zeigt Hintergrundbild im Edit-Modus

To make the JCE Editor use the correct content styles, and Not show the background image, you only have to change two default settings in JCE Administration ›› Editor Global Configuration:

Change Editor Styles to: Custom CSS files

and enter the following into the Custom CSS files field:

templates/$template/css/editor.css

($template will use your selected site template)

also

in jce control panel global configuration go to:
„editor global configuration“
and set „editor style reset“ to yes
and
„editor styles“ to template css file
This solves the trouble and the background image of artisteer template is no longer displayed

also

If its not working try this:

Open your /templates/NAME/css/editor.css and add:

@import url(system.css);
@import url(general.css);

to the top of the file.