Hotmail appears to be the only client which produces an unwanted gap in-between two tables carrying images. They should be nested directly against each other. The 'display:block;' (within the img tag) is not the solution because I have multiple cells and images next to each other (in that header section with the logo).
The extra vertical space seems to appear in the tr, td, or table tags in the header section. In Hotmail it creates a 92px height, in everyother browser its 89px (same height as the images).
(I cant post images yet - not enough rep.)
The code via jsFiddle.
I've tried playing with line-height and margin. I can't seem to get any adjustments to respond in Hotmail. Any leads? (I've read all the other html email gap questions)