I have tried everything, from white space reset, to making sure there are no spaces or breaklines between elements but it still shows with spaces. Code is below:
Would you mind putting this online somewhere with absolute links? Then it would be easier to test and suggest solutions. Rather than using col spans etc, I would recommend using tables within tables. I find that much more robust.
Please note, I am designing the above in HTML (as an HTML file), i open it in IE8, then goto Send as Page, which pops up the Outlook 2007 or Outlook 2010 window with the html embedded inside. Not sure if its a problem with my HTML for emailers, or if its a problem with IE8 adding something. Either way i have done mailers before this way without issue, so am very confused.
What I really meant was can you post the full code of the email, with absolute links to the images that are hosted online somewhere. That makes it easier to test. I don’t have time to upload your images to my own server, re-fashion the links etc.
Ah, good idea Paul. The other thing I’ve found is that inline CSS is much more reliable for HTML emails. So, as painful as it is, I would write it like this:
Outlook 07 (at least) is incredibly fussy about where the styles are placed. (I’ve just finished an email like this, and it took me the better part of a day to find a way to get Outlook to accept some styles. I ended up resorting to <font> tags. :x )