Hi,
I have installed CKeditor v 6.x-1.13 and find that the nested numbered lists and bullets are not working properly.
i.e.
1. item a
1. sub item of a
What this should be it:
1. item a
1.1 sub item of a
1.2 sub item of a
Could you please let me know how to achieve this.
Thank very much in advance!
Comments
Comment #1
damiaan commentedHello,
If you want these nested numbering lists, you need to add the following code to your CSS style sheet:
I hope this helps
Damiaan
Comment #2
jabastin arul commentedThanks damiaan. Its work for me.