I have set up the editor to use the Office 2003 theme but this means that you cant change the style sheet properties as i need to changed the container background colour.
I have the code as follows:
editor.ThemeType = "office2003"
if I add the following code as well so I can edit the container properties the office 2003 theme disappears...
editor.StyleSheetPath = "/grey2.css"
can you advise please?
Thanks...