Hello,
I am using custom styles:
CKEDITOR.stylesSet.add('mystyles', [
{ name: 'Box', element: 'div', attributes: { 'class': 'box' } },
{ name: 'Subheader', element: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'], attributes: { 'class': 'subheader' } },
{ name: 'No margin bottom', element: ['h1...