Hi there
I cannot work out how to change the background colour of my radEditor content area. I know about how I need to use a separate EditorCssFile in the markup for the editor, but I consistently find that the styles defined in that css file, although they are applied, are then overridden by the styles saved in WebResource.axd. I thought it was supposed to be the other way round? This is how things look when I check out the problem in Firefox with Firebug:
.reContentCell, .reContentCell iframe {
}
in WebResource.axd
overrides
.reContentCell, .reContentCell iframe {
background-color:#006699;
}
in my custom css file
as specified in the <CSSFiles> <telerik: EditorCssFile> property.
Does anybody know why this could be happening, I've had to spend hours on this already, trying no end of work arounds!
Regards