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