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

[Solved] How to change the ContentArea background color

2 Answers 114 Views
Editor
This is a migrated thread and some comments may be shown as answers.
jeevitha
Top achievements
Rank 1
jeevitha asked on 10 Nov 2009, 08:53 AM
Hi,

I am using Telerik.Web.UI dll -2009 version. I am not using separate skin folders for various controls. So i dont have css files at all for the rad  controls. Now i Need to change the background color of the contentArea to white. Is it possible to achieve this without adding a separate css file to the application ? (i could able to do this with follg code).
                       <telerik:RadEditor Width="650px"  Skin="Default" ID="radAboutUs" Style="margin-left: 20px;
                        margin-top: 3px; padding-left: 5px;" runat="server">
                        <CssFiles>
                            <telerik:EditorCssFile Value="~/EditorContentArea.css" />
                        </CssFiles>
                    </telerik:RadEditor>

Thanks,
Jeevitha




2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Nov 2009, 09:41 AM
Hi Jeevitha,

Please, see the following help article which provides a programmatic way to set the editor's background color: Setting Editor Background And Color.


Greetings,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Shinu
Top achievements
Rank 2
answered on 10 Nov 2009, 09:43 AM
Hi Jeevitha,

You can find out different methods of setting background for RadEditor by going through following link.
Setting Editor Background And Color

Also checkout the following forum link. I hope this would be of help.
Editor : Background color & Body

Regards,
Shinu.
Tags
Editor
Asked by
jeevitha
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Shinu
Top achievements
Rank 2
Share this question
or