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
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
