How can I remove spacing between the li found here?
http://blog.raveis.com/badge/b.html
Confused on how to do this and I don\'t want to use negative margins. any
Make your li tags display:block; and float:left; (instead of display:inline;)
li
display:block;
float:left;
display:inline;