I have these vertically positioned divs, having dynamic content in them, but how to eliminate the spacing between them,
Here is it: http://kbay.in/recent_ads.php
I have these vertically positioned divs, having dynamic content in them, but how to
Share
Two things
Set the padding to 0px (or remove) for your stylesheet class “ad” in file style.css line 1793
change from padding: 10px 5px 10px 0; to padding: 0px 5px 0px 0px;
You also have a hr tag between the divs that gives you some extra space, remove that and you’ll have 0px vertical space