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
It looks like the DOCTYPE is causing the image to display as an inline element. If I add display: block to the image, problem solved.
display: block