Sorry, that was me being slapdash in the original mail. The html of the block is simply:
<ul style="list-style-type:none;background-image:none;"> <li>Apples</li> <li>Bananas</li> <li>Pears</li> </ul>
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.
Infuriating. :-|
----- Original Message ----- From: "Marco Antonio Villegas Vega" marvil07@gmail.com To: support@drupal.org Sent: Sunday, April 15, 2007 7:20 AM Subject: Re: [support] over-riding Garland's list item bullet points.
Hi,
First time I write, great work drupal colaborators.
Hi Neil,
<ul list-style-type:none>
The matter is the syntax:
<ul style="list-style-type:none">
... in case you want to make it work from the html, but I think it's better if you do it from the css file.
<li>Title</li> <li>Created</li> <li># Comments</li> </ul>
Cheers, ________________________________
Marco Antonio Villegas Vega( º - º ) Ing. Informatica http://blog.pucp.edu.pe/marvil07 -- ________________________________
Marco Antonio Villegas Vega( º - º ) Ing. Informatica http://blog.pucp.edu.pe/marvil07
-- [ Drupal support list | http://lists.drupal.org/ ]