LC
0
Outlook 2013 Tables Don't Fit Extra Margin
Hi there,
I can't figure out - for days - why tables don't fit in the width for this email, thus it works on every other clients.
I've got 3 tables next the each other 140px width ; 320px width ; 140px width included in one 600px width.
It actually looks like there are extra margin even though I've set
<table align="left" class="hide" width="140" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
Here is the link :
https://litmus.com/pub/f25995a
Thanks a lot
Outlook adds an extra 6px or so to each table. What you have to do is trick Outlook into thinking they are table cells rather than stand alone tables. If they are already wrapped in another table all you have to do as add
in between each table.
I wrote a bit more here about that:
http://chriswi.se/responsive-emails-in-outlook/
Thanks a lot for your blog post, it's working !