extra white space between tables in html email for gmail client

后端 未结 9 1762
梦如初夏
梦如初夏 2021-02-07 16:06

My code is at

http://jsfiddle.net/user1212/G86KE/4/

The problem is in gmail it leaves an extra white space between 2 tables inside the same cell. I have tried

9条回答
  •  故里飘歌
    2021-02-07 16:48

    Just add style="line-height:50%" onto the

    . You will notice that this will affect the text line heights if you have text in your mailer. To fix this you will then have to add: style="line-height:100%" to the
    with text.

    提交回复
    热议问题