【发布时间】:2022-01-18 07:44:51
【问题描述】:
我在 Photoshop 中为电子邮件通讯制作了一张图片,我将它们链接起来并托管了所有图片。但是当我将它们粘贴到 gmail 中时,它们之间有一个间距。如何删除间距?以下是代码。
https://s10.gifyu.com/images/image7af8bf1d86020f60.png
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Youtube Logo BW</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body bgcolor="#FFFFFF">
<!-- Save for Web Slices (Youtube Logo BW.png) -->
<table id="Table_01" width="1428" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="https://youtube.com">
<img id="Youtubex20Logox20BW_01" src="https://s10.gifyu.com/images/Youtube-Logo-BW_01.png" width="1428" height="666" border="0" alt="" /></a></td>
</tr>
<tr>
<td>
<a href="https://youtube.com">
<img id="youtube" src="https://s10.gifyu.com/images/youtubec5155edec989e9ff.png" width="1428" height="499" border="0" alt="" /></a></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
【问题讨论】:
标签: html css email newsletter