Jump to content

Recommended Posts

Posted

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.

Posted

Add this to your CSS file:

 

ul.double li{margin:10px 0}

 

and apply the 'double' class to your list tag:

 

</pre><ul class="double">
[*] ..... 
.....
[/list

Posted
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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...