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
Put display:block on the css for the cell, and valign="top" that should do the trick
display:block
valign="top"