The Red Title is a style that is placed by default by the editor. To remove it from your Styles list, open the fckconfig.js in the HTMLEditor folder and look for this line:
'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } } and commended out:
//'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } }
This should remove the Red Title from your styles list.
To add your styles, reenter the HTMLEditor quick insert and click the customize button, and then click on the styles tab and select the style sheet that you want to use and then select the classes that you want to show in the styles list.


