问题描述
我为HTML电子邮件签名创建了一个简单的表,该表包含2行和2列并带有超链接图片。我已经为每个单元格设置了确切的表格宽度和高度以及确切的宽度和高度(与图片相同)。边框,单元格间距和单元格填充都设置为=“ 0”。但是,两行之间有一个额外的水平间隙/空间。请问关于消除跃点的任何技巧,请问?
这是我的代码:
<!doctype html>
<html>
<head>
<Meta charset="UTF-8">
<title>GVS_Esignature_TEST</title>
</head>
<body>
<table width="710" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="231" height="92" align="right" valign="bottom"><a href="https://gvsensors.com.au/"><img src="images/GVS---E-signature_FA_01.jpg" width="209" height="92" alt=""/></a></td>
<td width="500" height="92" align="left" valign="bottom"><a href="https://gvsensors.com.au/"><img src="images/GVS---E-signature_FA_02.jpg" width="501" height="92" alt=""/></a></td>
</tr>
<tr>
<td width="231" height="91" align="right" valign="top"><a href="https://www.linkedin.com/company/gvs-reliability-products/"><img src="images/GVS---E-signature_FA_03.jpg" width="209" height="91" alt=""/></a></td>
<td width="500" height="91" align="left" valign="top"><a href="https://gvsensors.com.au/"><img src="images/GVS---E-signature_FA_04.jpg" width="501" height="91" alt=""/></a></td>
</tr>
</tbody>
</table>
</body>
</html>
这是电子邮件签名的样子: correct layout
这是上面代码显示的电子邮件签名: layout with above code
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)