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

Editor Content Background color problem

1 Answer 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rajiv Prashant
Top achievements
Rank 1
Rajiv Prashant asked on 10 Aug 2010, 01:37 PM
Hi

I have problem in radeditor content background, the Editor is taking background color as my webpage background color. For this how can i solve please find attached file and let me know

Aspx Code:

<telerik:RadEditor ID="RadEditor1" ImageManager-EnableImageEditor="false" BackColor ="White" runat="server" EnableEmbeddedSkins="true" Width="97%"  AllowScripts="true" ContentFilters="none">
            <Content></content>
</telerik:RadEditor>   


Thanks
Rajiv

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Aug 2010, 02:18 PM
Hello Rajiv,

By default, RadEditor copies the styles from the parent page in which it resides in order to display its content identically to the content on the parent page. By setting the CssFiles property to point to an external css file and manually specify the classes that you want to load in the editor.
Content Area Appearance Problems


Thanks,
Princy.
Tags
Editor
Asked by
Rajiv Prashant
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or