Posterous theme by Cory Watilo

Images with added space in table cells

Okay, I hate doing e-letter campaigns because it's like coding html in the 90s - inline css, tables etc...

However, I've noticed an annoying issue when using campaign wysiwyg editors (mailchimp, Jango, etc...) in that images in TDs seem to include added space. prominent in gmail.

to resolve this...

simply adding a display: block to the image as such - <img src="image.jpg" style="display: block;" />

fixed... I still hate html eletters