
0
Outlook 7 Adding Additional Padding Between Images
Hi all,
Hoping you can help. I’m having an issue with outlook 7 adding additional padding between images. All other mail clients look good.
Any suggestions?
Thanks!
Hi all,
Hoping you can help. I’m having an issue with outlook 7 adding additional padding between images. All other mail clients look good.
Any suggestions?
Thanks!
Hi Steve, are you able to share the code of the email where this is happening?...
Hi Edward, here is a dropbox link. Thanks!
https://www.dropbox.com/s/mh39mimj0o2gfgp/SYN_Newsletter_2-11-16.html?dl=0
Hi Steve, from a quick scan through the email there appear to be a number of validation issues such as anchor tags which aren't being closed '</a>' (Lines 46, 48, 50, 52). On lines 215, 261 and 302 your styling tag isn't closed with a quotation mark and should be. On line 426 there's a closing '</td>' tag required. On line 440 there's a closing span but it was never opened. Finally, on lines 451 and 452 you have closing </tr> and </table> tags for a table which wasn't ever opened.
If you try resolving the above and re-test it that might help :-) If it's still happening can you confirm exactly where the additional spacing is appearing within the template?
Thanks Edward for checking, I'll take a look.