6/19/2008
How to add custom styles to the Content Editor Web Part (Rich Text Editor)
1. Open the stylesheet you are using on your site
2. Add a new style starting with .ms-rteCustom-
e.g.
.ms-rteCustom-Heading1
{
font-family: Helvetica, Arial, Verdana;
font-size:18pt;
font-weight:bold;
color:#0087c7;
line-height:22pt;
}
3. Save changes
4. Now when you use the rich text editor in the Content Editor web part, your custom styles will appear.