Struggling to create spacing between text and an image in an HTML email, but the image just won't budge no matter what I do.
Check out my Fiddle here: https://jsfiddle.net/rwcgs0g8/
All I want is for the red "Download your free" image to shift down by 5px.
I've experimented with adding a
<td height="10"><!-- PADDING --></td>
above the image (following the ipsum text), yet it seems to have no effect.