Should be easy, right? Just set the outer containing div\'s padding to zero, and set the two side-by-side divs inside the outer div to have margin:0 but that\'s having no effe
The space rendered between your divs is the whitespace (represented as dots), collapsed, in:
Instead, try coding like this:
and the gap will vanish.