try applying styles to &lt;li&gt;<br><br>ul li {<br>&nbsp;&nbsp;&nbsp; list-style: none;<br>}<br><br>also, you should handle that in your theme&#39;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&#39;t have to go poring through php code.
<br><br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br><br><div><span class="gmail_quote">On 4/15/07, <b class="gmail_sendername">Neil: <a href="http://esl-lounge.com">esl-lounge.com</a>
</b> &lt;<a href="mailto:neil@esl-lounge.com">neil@esl-lounge.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sorry, that was me being slapdash in the original mail. The html of the
<br>block is simply:<br><br>&lt;ul style=&quot;list-style-type:none;background-image:none;&quot;&gt;<br>&nbsp;&nbsp;&lt;li&gt;Apples&lt;/li&gt;<br>&nbsp;&nbsp;&lt;li&gt;Bananas&lt;/li&gt;<br>&nbsp;&nbsp;&lt;li&gt;Pears&lt;/li&gt;<br>&lt;/ul&gt;<br><br>
and the white bullet-points are still there. Even if I change it to<br>list-style-type:square, they remain the ever-present white discs.<br><br>Infuriating. :-|<br><br><br>----- Original Message -----<br>From: &quot;Marco Antonio Villegas Vega&quot; &lt;
<a href="mailto:marvil07@gmail.com">marvil07@gmail.com</a>&gt;<br>To: &lt;<a href="mailto:support@drupal.org">support@drupal.org</a>&gt;<br>Sent: Sunday, April 15, 2007 7:20 AM<br>Subject: Re: [support] over-riding Garland&#39;s list item bullet points.
<br><br><br>&gt; Hi,<br>&gt;<br>&gt; First time I write, great work drupal colaborators.<br>&gt;<br>&gt; Hi Neil,<br>&gt;<br>&gt;&gt; &lt;ul list-style-type:none&gt;<br>&gt;<br>&gt; The matter is the syntax:<br>&gt;<br>&gt; &lt;ul style=&quot;list-style-type:none&quot;&gt;
<br>&gt;<br>&gt; ... in case you want to make it work from the html, but I think it&#39;s<br>&gt; better if<br>&gt; you do it from the css file.<br>&gt;<br>&gt;&gt; &lt;li&gt;Title&lt;/li&gt;<br>&gt;&gt; &lt;li&gt;Created&lt;/li&gt;
<br>&gt;&gt; &lt;li&gt;# Comments&lt;/li&gt;<br>&gt;&gt; &lt;/ul&gt;<br>&gt;<br>&gt; Cheers,<br>&gt; ________________________________<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Marco Antonio Villegas Vega<br>&gt; ( º - º )&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ing. Informatica
<br>&gt; <a href="http://blog.pucp.edu.pe/marvil07">http://blog.pucp.edu.pe/marvil07</a><br>&gt; --<br>&gt; ________________________________<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Marco Antonio Villegas Vega<br>&gt; ( º - º )&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ing. Informatica
<br>&gt; <a href="http://blog.pucp.edu.pe/marvil07">http://blog.pucp.edu.pe/marvil07</a><br>&gt;<br>&gt; --<br>&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br><br>--<br>[ Drupal support list | 
<a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</blockquote></div><br>