try applying styles to <li>

ul li {
    list-style: none;
}

also, you should handle that in your theme's style.css, in order to separate the graphic design from the data. that way, if one day you want to have a graphic artist work with you, they won't have to go poring through php code.

Victor Kane
http://awebfactory.com.ar

On 4/15/07, Neil: esl-lounge.com <neil@esl-lounge.com> wrote:
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/ ]

--
[ Drupal support list | http://lists.drupal.org/ ]