that didn't work either. I even tried:
<ul style="background-image:none;list-style-type:none;"> <li style="background-image:none;list-style-type:none;">Apples</li> <li style="background-image:none;list-style-type:none;">Bananas</li> <li style="background-image:none;list-style-type:none;">Pears</li> </ul>
and the white graphical discs remain steadfastly. I don't intend to use this to style but it's almost become a challenge by now. Drupal seems to be ignoring the basic standards of cascading styles and I have seen this is other places. Ho hum....
----- Original Message ----- From: "Garrett Coakley" garrett@polytechnic.co.uk To: support@drupal.org Sent: Sunday, April 15, 2007 12:42 PM Subject: Re: [support] over-riding Garland's list item bullet points.
On 15 Apr 2007, at 09:54, Neil: esl-lounge.com wrote:
and the white bullet-points are still there. Even if I change it to list-style-type:square, they remain the ever-present white discs.
The bullets in garland are background images on the <li>'s.
<ul> <li style="background-image: none">Apples</li> <li style="background-image: none">Bananas</li> <li style="background-image: none">Pears</li> </ul>
Should get rid of them for you, but as Marco mentioned you really want to be doing this from your CSS file instead of having a bunch of inline styles everywhere.
G.
--
Blog: http://polytechnic.co.uk Photos: http://flickr.com/photos/garrettc Music: http://last.fm/user/garrettc1
-- [ Drupal support list | http://lists.drupal.org/ ]