Hello –
I cannot seem to get bullets to show up in my articles. As suggested by Chavan, I have revised the code in the template.css to:
div.ja-moduletable ul li, div.ja-module ul li {
background: url(“../images/bullet.gif”) no-repeat 0 7px;
padding-left: 12px;
}
(see http://www.joomlart.com/forums/topic/bullets-dont-show-in-ja-rave/)
and have also tried khoand suggestion of including:
<ul style=”list-style: circle; padding-left: 30px;”>
directly into the HTML of the article, but that does not work either. From other threads, it appears other solutions have been suggested but either they did not work or a reply as to the outcome was not supplied by person who submitted the ticket.
I am also afraid of implementing fixes for templates other than JA RAVE template for fear of really screwing something up.
Any guidance?