【发布时间】:2021-10-27 09:17:48
【问题描述】:
我的 Outlook 电子邮件呈现经常出现问题,电子邮件中出现空白 表格和背景颜色之间的线条似乎不适用
这是一个例子: email screenshot
我知道这是一个常见问题,但我无法通过搜索栏找到解决方案
这是一些代码:
<table class="responsive-table" border="0" cellspacing="0" cellpadding="0" align="center" width="650" bgcolor="#ffffff">
<tbody>
<tr>
<td align="center" >
<a href="" target="_blank"><img src="picto-Certifie-BIO.png" alt="Certifie BIO" width="100" height="100" /></a>
</td>
<td style="background-color: #ffffff;" width="15">
</td>
<td align="center" >
<a href="" target="_blank"><img src="picto-Anti-gaspi.png" alt="Anti gaspi" width="100" height="100" /></a>
</td>
<td style="background-color: #ffffff;" width="15">
</td>
<td align="center" >
<a href="" target="_blank"><img src="picto-Clean-et-naturel.png" alt="Clean et naturel" width="100" height="100" /></a>
</td>
<td style="background-color: #ffffff;" width="15">
</td>
<td align="center" >
<a href="" target="_blank"><img src="Picto-Fait-en-France.png" alt="Fait en France" width="100" height="100" /></a>
</td>
</tr>
</tbody>
</table>
感谢您的帮助, 后面
【问题讨论】:
-
您使用的是
<table>吗?请显示一些代码 -
你好,是的,我上传了问题
-
尝试将
style="border-collapse: collapse;"添加到您的<table>标签 -
感谢您的回答,很遗憾没有成功