Why can't Artisteer render bulleted lists?


Author Message
John

Posted: 5/28/2009
Quote message 

Every time I make an unordered list in Artisteer, it never shows up as a bulleted list

Take a look at the right hand column at http://atriumbusinesscentre.com.au/?page_id=16

Don't be fooled -- I added the bullets manually . . . they haven't rendered. Check the code . . . far as I can tell all the <ul> and <li> bits are all OK aren't they?

Cheers

Old John
 
Garry

Posted: 5/29/2009
Quote message 

Find out following styling rule in your style.css(about line 1041)

ul {
style.css
list-style-type:none;
}

Remove the: list-style-type:none;

and you are done
 
John

Posted: 5/30/2009
Quote message 

You're a genius mate!!

Thanks heaps

Cheers

John