Currently tackling a basic mailer with html. It seems like tables are recommended and inline styling is the safer route.
However, I'm encountering an issue where there's a mysterious space when setting up my td and I can't seem to pinpoint the cause.
Check out this example on jsfiddle: http://jsfiddle.net/rcZZb/1/
Notice the unwanted white space between the header and the banner. Even adding another td below results in the same issue.