I'm trying to set up a style for the drop down in the tinyMCE editor but i need to target the ul property and the ul li properties separately, how do I achieve this? CSS is pasted below.
ul.imagebullet {padding: 0 20px 20px 20px;} ul.imagebullet li {background-image: url(/images/li-marker.png); background-repeat: no-repeat; padding: 0 0 13px 1.2em; background-position: 0 .2em;}
The TinyMCE editor only lets you style the LI's, not the entire UL. I don't know of a solution, but I'd be happy to hear of it if anyone knows a way to do it.
Nested CSS in WSIWYG Drop-down
Hi,
I'm trying to set up a style for the drop down in the tinyMCE editor but i need to target the ul property and the ul li properties separately, how do I achieve this? CSS is pasted below.
ul.imagebullet {padding: 0 20px 20px 20px;}
ul.imagebullet li {background-image: url(/images/li-marker.png); background-repeat: no-repeat; padding: 0 0 13px 1.2em; background-position: 0 .2em;}
The TinyMCE editor only lets you style the LI's, not the entire UL. I don't know of a solution, but I'd be happy to hear of it if anyone knows a way to do it.
cheers,
doug.
Doug,
Do you have any experience with the ListStyle Plugin?
http://policypoint.com/tinymce/docs/plugin_liststyle.html
Thank you,
Amir
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.