Hi,
I'm looking for a step by step solution to adding styles to the dropdown, i've searched the forum and find this question 50% answered or not answered at all.
I've followed the steps from here, http://docs.cksource.com/CKEditor_3.x/D ... ide/Styles
And i've revised the config.js file as follows:
CKEDITOR.config.extraPlugins = 'stylesheetparser'; CKEDITOR.config.contentsCss = ['/css/editor-style.css', 'editor-style.css']; CKEDITOR.config.stylesSet = [];
Re: STYLES - ADDING THEM TO DROPDOWN
If u're using ckeditor for wordpress u must do following things:
1) Open ckeditor.config.js file and there after config.toolbar_WordpressFull add following lines:
Hint: Pls check does u don't have any 404 Errors after add this - u can check this in Firebug (Firefox addon) and then set paths to CSS files corectly
2) U must have also 'Styles' button in your toolbar to see loaded elements from your CSS
After this everything should works without any problem.
If u have more questions pls write.
Greetings