I'm spending the next couple of days moving the school web site on to the Edugeek package.
It's brilliant! But the one thing I can't figure out is bullet pointed lists.
I would like my bullet pointed lists to be double line spaced i.e.
* Item 1
* Item 2
* Item 3
Whenever I use the bulleted list button it won't do it. I've tried putting blank lines under each bulleted line but they disappear when I view it.
The only workround I've found is to put the lists into tables and miss a row each time.
I'm using the JCE Editor as per the instructions.
Sorry if this question is really simple but I'm just getting to grips with Joomla.

I think you need to define a style for this but I'm unsure how... sorry.

Add this to your CSS file:
and apply the 'double' class to your list tag:Code:ul.double li{margin:10px 0}
Code:<ul class="double">[*] ..... .....[/list]
Thanks for the response. How do I do that ?

I don't use/like Joomla but I believe it has a built-in template editor hidden in the menus somewhere. Use this to edit the CSS files for the template you use, and for the HTML I would assume you can switch between WYSIWYG and HTML mode when editing your page.
There are currently 1 users browsing this thread. (0 members and 1 guests)