I need to change the background color of Radeditor 5.3 for MOSS to white. It is currently getting body tag of Container page. Please let me know How can I overide that color.
Thanks
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 22 Dec 2008, 10:15 AM
Hi,
You can easily achieve this by setting the following body class:
body
{
background-color: white;
color: black;
}
in a new CSS file (for
example CustomCssFile.css) and setting the editor's CssFiles
property to point to the new CSS file CustomCssFile.css.
Depending on your scenario Web Part and WCM / SharePoint forms scenario
(Lists, Wikis, Blogs, etc.) you have to modify the ToolsFile.xml /
ListToolsFile.xml, which is located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.x.x.0__1f131a624888eeed/Resources/ folder like follows: