Gmail displaying gaps between images

前端 未结 8 1314
甜味超标
甜味超标 2020-12-05 09:49

Building an overly fancy HTML mail for a client. Code validates at http://validator.w3.org as XHTML 1.0 Transitional by direct input. Thing is Gmail displays gaps between

相关标签:
8条回答
  • 2020-12-05 10:31

    The specific answer to your question is that Gmail adds extra space to table cells which only contain an image. To fix this issue add to these images:

    style="display:block"
    


    Tip: Campaign Monitor is a great resource, as is MailChimp. Both provide several guides, template examples, etc.

    0 讨论(0)
  • 2020-12-05 10:40

    Dunno if it’s any help but there is a comprehensive guide to CSS support in the different email clients at www.campaignmonitor.com/css/

    0 讨论(0)
提交回复
热议问题