This is a migrated thread and some comments may be shown as answers.

[Solved] radeditor transparent content area in dotnetnuke

1 Answer 99 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Alex Lawson
Top achievements
Rank 1
Alex Lawson asked on 07 Apr 2009, 08:52 AM
I have placed the radeditor in various aspx files and all works well (executed in radwindow), however when I place the control in an ascx module control the content area turns transparent and the DNN background is displayed - not ideal as the color scheme of the background is dark teal.

I need to display the content area with a solid white background, I have tried overriding the CSS at container and radcontrol levels and also tried all color properties on the control.  Any ideas on how I can achieve this?

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 08 Apr 2009, 01:12 PM
Hello Alex,

The proper way to override CSS content area settings is described here:
http://demos.telerik.com/aspnet-ajax/editor/examples/cssfiles/defaultcs.aspx

The CssFiles property can be used to load external CSS files to the editor content area, rather than having it copy thee CSS from the parent page.

On a side note, since by default RadEditor background is white, please note that if you wish to set/override it in your CSS you might need to use !important;

All the best,
Tervel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Alex Lawson
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or