Gmail displaying gaps between images

前端 未结 8 1312
甜味超标
甜味超标 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:28

    If you have a table cell containing only an image and you're still seeing the extra space beneath your images, the solution is to add line-height:0; to the table cell. For example, .

提交回复
热议问题