extra white space between tables in html email for gmail client

后端 未结 9 1958
梦如初夏
梦如初夏 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:41

    Styling HTML mails is horrible.

    A few tips:

    border-spacing:0; /*this should fix the spacing problem*/

    You need to apply this to all the tables you are using, so you should include it in a

    (sorry for the bad formatting, somehow the code refused to show up properly on multiple lines)

提交回复
热议问题