简体   繁体   English

带有Gmail的HTML电子邮件-在图像下方添加空格

[英]HTML Email with Gmail - appending space underneath images

I've been trying to figure this out for a day and none of the tutorials seem to have the fix. 我一直在努力解决这一问题,而且所有教程似乎都没有解决方法。 Does anyone know why Gmail Adds a margin? 有谁知道Gmail为什么要增加边距? It seems to append a span with two underline tags within a span which causes a 3 pixel margin underneath. 似乎在一个跨度内附加了一个跨度并带有两个下划线标签,这会导致其下方有3个像素的空白。

<table> <tr><td colspan="2" width="700" height="632" valign="top"><a href="" border="0" ><img src="test image here" width="700" height="632" border="0" alt="test" style="display: block;" /></a></td> </tr> <tr><td colspan="2" width="700" height="28" valign="top"><a href="mailto:" title="Email"><img src="test image" width="700" height="28" border="0" alt="Email" style="display: block;" /></a></td> </tr> </table>

Figured it out... Outlook is appending a CSS class 想通了... Outlook正在添加CSS类

http://www.google.com/support/forum/p/gmail/thread?tid=0076054aff3bc664&hl=en http://www.google.com/support/forum/p/gmail/thread?tid=0076054aff3bc664&hl=zh_CN

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM