View Full Version : Problem with bullets (list bullets) :P.


dudepet39
01-10-2005, 06:20 PM
I put bullets on my to do list..which is here

http://www.nitronexplosion.net/pages/todolist.php

And I was wondering how I get rid of that annoying bullet picture at the bottom it has nothing there in the code or on the page. How did it get there? And how do I get rid of it? Heres the bullet code:

<center>my to do list</center>
</p>
<center><ul style="list-style-image: url(http://www.nitronexplosion.net/images/bullet.bmp)">
<li><s>Add a Shoutbox (tagboard)</s></li><br>
<li><s>Add 404 Signs</s></li><br>
<li><s>Add Under Construction Signs</s></li><br>
<li><s>Add We've moved Signs</s></li><br>
<li><s>Add a Tutorial Section</s><li><br>
<li>Adding a Neopets Graphics Section<li><br>
</center>

(Go to the page to see :)). Thanks...

-Brandon

Monkey Bizzle
01-10-2005, 07:33 PM
I don't even have to look at your page to see the problem... it's because you put opening <li> tags where you should have put closing </li> tags.

<center>my to do list</center>
</p>
<center><ul style="list-style-image: url(http://www.nitronexplosion.net/images/bullet.bmp)">
<li><s>Add a Shoutbox (tagboard)</s></li><br>
<li><s>Add 404 Signs</s></li><br>
<li><s>Add Under Construction Signs</s></li><br>
<li><s>Add We've moved Signs</s></li><br>
<li><s>Add a Tutorial Section</s><li><br>
<li>Adding a Neopets Graphics Section<li><br>
</center>

dudepet39
01-10-2005, 07:38 PM
Oh..thanks!! I didn't even see it! :)