I\'m designing an HTML email template, which forces me to use tables. In the code below, I\'m having trouble (1) removing the spacing below the placeholder image and (2) removin
Add border-collapse: collapse into the style attribute value of the innertable element. You could alternatively add the attribute cellspacing=0 there, but then you would have a double border between the cells.