Benji1 Posted January 3, 2008 Posted January 3, 2008 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.
Ric_ Posted January 3, 2008 Posted January 3, 2008 I think you need to define a style for this but I'm unsure how... sorry.
webman Posted January 3, 2008 Posted January 3, 2008 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
Benji1 Posted January 3, 2008 Author Posted January 3, 2008 Thanks for the response. How do I do that ?
webman Posted January 3, 2008 Posted January 3, 2008 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now