Hello,
Does anyone know of a good way to apply bullet point images to all 'ul li' elements entered via the richtext editor?
I have added the following lines to the stylesheet for the time being:
.Mybullets > ul > li
{
margin: 0.0em 0;
padding: 0px 0 0 20px; /* move the text to the right of the image */
background:url(images/postbullets.png) no-repeat 0px 4px;
}
But that means I have to wrap each ul element with a div referencing the mybullets class. Which a normal user wouldn't know how to do,
Is there a way to target all 'ul li' entered by the user, without affecting others, for example the menu and the richtext editor's toolbar both contain the 'ul li' elements.
Best Regards,
Steve