No matter what i do, i cannot seemt to prevent RadEditor prometheus from inheriting the background image of the page it is on for the content area of the editor. My site uses Themes to set the background image of the pages of the application and despite using:
RadEditor1.CssClasses.Clear()
... and
RadEditor1.CssClasses.Add("Links class ", "a.link")
... and
RadEditor1.CssFiles =
... and
ContentAreaCssFile="~\CSS\Login.css"
... and
editing the EditorContentArea.css file.
nothing works! the background image is still there and the "Css Styles" drop down is always filled with lots of useless radeditor styles.
My radEditor declaration is as simple as it gets:
<telerik:RadEditor runat="server" ID="RadEditor1" EditModes="All" Height="500px" Width="100%" Visible="true">
</telerik:RadEditor>
I didnt have any issues with this at all with the non-prometheus version. I only wanted to switch because this one seems to load so fast.
any help gratefully accepted.
rob
