I am using Drupal 6 with CKEditor and I would like to add some custom styles to the dropdown box that is currently labeled ‘Format’. I looked at ckeditor.config.js and found the following [‘Format’] but saw none of the options such as Normal, formatted, address, etc. under it. I then looked at config.js and only saw:
/*^M
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.^M
For licensing, see LICENSE.html or http://ckeditor.com/license^M
*/^M
^M
CKEDITOR.editorConfig = function( config )^M
{^M
// Define changes to default configuration here. For example:^M
// config.language = 'fr';^M
// config.uiColor = '#AADC6E';^M
};^M
I’m really not sure where else to look, any suggestions are appreciated.
Read »








