[easy] Create a css class and apply on the container, and ul in that class will render as a tick. Good if you never need both bullets and ticks at the same time.
[advanced] Create a custom button in the RTE - check tinymce documentation for how this is done. I still believe the css trick will be close to same, but class applied on the ul rather than the container.
How can I add a new bullet on rte?
Hi guys,
I want to add tick bullet on my rte? Is it possible?
Hi Calgar,
This is typically done in CSS. A few options:
/Peter
is working on a reply...