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 help would be greatly appreciated.
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 help would be greatly appreciated.
Make your li
tags display:block;
and float:left;
(instead of display:inline;
)