extra white space between tables in html email for gmail client

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

    display:block worked great for the gap problem between my body and footer, but it didn't do anything for my header; neither did the other fixes. I know this is an old thread, but in case anyone stumbles across it and the above didn't help, this did it for me:

    Add style="line-height:1px; font-size:0.0em;" to the tag which contains your header table.

    You might have to try a couple of different tags to find the right one, but it's another solution to try.

提交回复
热议问题