seanpowell / Email-Boilerplate

The email boilerplate for sending out nicely formatted messages.
htmlemailboilerplate.com
3.81k stars 676 forks source link

Unremovable space after images #36

Open aprovent opened 8 years ago

aprovent commented 8 years ago

UPDATED : Sorry i just find the image_fix {display:block;} class that solve the problem... Just a question: Why not applying it to all image tag by default ?


I encountered that issue : http://stackoverflow.com/questions/8479090/remove-spacing-between-table-cells-and-rows

And this solution works for me: http://stackoverflow.com/a/8480459/1359623

So i add display:block; for the img style: img {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic; display: block; }

Hope this help someone...

tchalvak commented 5 years ago

Related: https://github.com/seanpowell/Email-Boilerplate/issues/28