Hi,
I'm gussing i'm going blind or really silly. Tried to use the editor.EditorWysiwygModeCss to set the background using CSS for the text area but couldn't get this to work...
/* CSS Code */
#editor1 .CuteEditorTextArea {
background: WHITE url("/Graphics/Layout/RaisedSideGreenBg.jpg");
}
This does seem to work tryed looking around the form but could seem to find the answer, can't use editor.EditorBodyStyle as it need to be from a CSS.