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
Do you want using list center, you can using:
ul { text-align: center; } li { margin-right: -4px; }
How on this link