Hi, I'm trying to add style to tables.
In the config.js I wrote:
and it doesn't work.
Any suggestions?
Thanks!
In the config.js I wrote:
CKEDITOR.addStylesSet('my_styles', [ //Object Styles {name:'Table Style', element:'table', attributes: { 'class': 'stripes'}} ]);
and it doesn't work.
Any suggestions?
Thanks!
Re: Style for table
did you resolve your problem?
I have the same problem too.