Controls the Style Drop down box in the editor
fastpage/config/fckstyles.xml

The style sheet used for the site is controlled by the setting in fckeditor_control,php
$fck_style='/nzsstyle.css';
Normally you would never need to touch this, unless you know something about css style sheets.
If you add a style in the css style sheet and you want to update the editor styles you need to include the changes in this file
<Style name="Heading: 14pt" element="span">
<Attribute name="class" value="heading" />
</Style>
more information can be found here - Fckeditor Styles
|
|