HI
I need to ensure headings and paragraphs within the editor window (and the drop down box) match my css styles for these elements on my website. I found it easy in fckeditor 2.x by messing with styles.xml but I'm not sure how to do this this in ckeditor 3.
Any help would be greatly appreciated.
Thanks
I need to ensure headings and paragraphs within the editor window (and the drop down box) match my css styles for these elements on my website. I found it easy in fckeditor 2.x by messing with styles.xml but I'm not sure how to do this this in ckeditor 3.
Any help would be greatly appreciated.
Thanks
Re: Setting styles - h1, h2, p etc within editor window
The Styles documentation ought to get you off to a good start.
I would recommend using an external file so as to avoid having your changes overwritten when updating CKEditor.
Re: Setting styles - h1, h2, p etc within editor window