if you copy this to a lone html file it works perfectly. so the problem is the order of loading of the css files and the cascade weight of what you have put into the html as the old-fashioned "style" attribute of the html tag.
this goes in and is overridden somewhere by a statement in the theme's css styling.
perhaps some Garland buff can tell us where; have you tried putting the appropriate css statements in style.css (if it is customized, does it need to go into the appropriate ./file/color... directory???);
On 4/15/07, Neil: esl-lounge.com neil@esl-lounge.com wrote:
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/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]