by Michael Wolski
20. February 2010 14:45
If you have a SharePoint site, you need a better editor! Telerik offers a free RadEditor text control and a paid-for upgraded control. In either case, once you install the control you may notice that the editor font is different than your site theme font (when editing the item). If this is the case, you can fix it by performing the steps below. Just make sure you add the proper text styles for your site theme.
CSSEditor.css - if this file does not exist, create it.
- Location: C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.6.2.0__1f131a624888eeed\Resources\csseditor.css
- CSS Styles to add/modify:
body
{
font-family: Arial, Verdana, Tahoma !important;
font-size: 10pt !important;
}
HtmlEditorCustomStyles.css
- Location: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\1033\STYLES\HtmlEditorCustomStyles.css
- CSS Styles to add/modify:
body, textarea
{
font-family: Arial, Verdana, Tahoma !important;
font-size: 10pt !important;
}
RadEditor_Css_Changes.zip (983.00 bytes)