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;
)
Try this.
ul { font-size: 0; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With