Hi there,
I know, this is a topic that has been discussed very often already. But I can't find a solution... I'm using CKeditor with drupal and I simply just want to add a class to an list. So I added the following:
{ name : 'List Style', element : 'ul', attributes : { 'class' : 'my_list' } }
But the style ist not displayed in the style box. Why not? With every other elements (div, span) it works fine. I tried different versions of the editor, also the nightly build but nothing changes. My list style do not appear.
I appreciate any help. Thanks in advanced!
Florian