The forum operates in read-only mode. Please head to StackOverflow for support.
CKEDITOR.addStylesSet( 'my_styles', [ { name : '', element : 'p', styles : { 'color' : '#62AC00' , 'font-family' : 'Arial' , 'font-size' : '8px' } } ]);
config.stylesCombo_stylesSet = 'my_styles';
Re: How can I change default textarea styles?
Re: How can I change default textarea styles?