I’m trying find a way to implement dashed list (“–”) in CKEDITOR.
Standart html only allows to use squares and circles.
Is there a way to be able to use dashed style for unordered list?
I’m trying find a way to implement dashed list (–) in CKEDITOR. Standart html
Share
If you’re not worried about supporting IE7 and older, you can use the :before pseudo selector to replicate bullet behaviour.
CSS:
HTML