【发布时间】:2020-04-28 21:19:04
【问题描述】:
我正在为电子邮件编写 HTML5。 因此,我必须内联完成所有 CSS 样式。我有一张包含三张图片的表格(全部托管在谷歌驱动器上),但是这个奇怪的蓝色下划线出现了?
如图: https://imgur.com/a/F4Metod
相关 HTML:
<table align="center" style="max-width: 400px">
<tr align="center">
<td>
<a href='https://www.twitter.com'>
<img src="http://drive.google.com/uc?export=view&id=1txAOBZTXT_J8RcM7fDaKXT-oO8hWV1fb" width="40" height="40"/>
</a>
<a href='https://www.facebook.com'>
<img style="margin:0px 10px" src="http://drive.google.com/uc?export=view&id=1nFoCmmlS1Kl3nKXkJk9eDaRqglpTeVP1" width="40" height="40"/>
</a>
<a href='https://www.instagram.com'>
<img src="http://drive.google.com/uc?export=view&id=1LcrU78sAidvlnnzL28TgdaIYBY9xcN7q" width="40" height="40"/>
</a>
</td>
</tr>
</table>
【问题讨论】:
-
文本装饰:没有链接