电子邮件不在Outlook中居中

时间:2018-09-20 23:59:50

标签: html css html-email

我已经有很多次这个问题了,我无法弄清楚我在做什么错。我尝试了多种不同的修复程序,无论我做什么,在大多数版本的Outlook和iPad Pro上,我的电子邮件都会以某种方式被推到左侧。我正在尝试将其居中,但仍会有所反应。

如果您能解决这个问题,您将成为我的英雄。这是我的代码:

<link/>

1 个答案:

答案 0 :(得分:0)

您可以尝试使用<div align="center" style="width: 100%;"></div>进行所有操作,这对于我们在所有设备上的模板都适用。

例如。

<div align="center" style="width: 100%;">
 <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="" width="620">
 <tr>
  <td>Hello world</td>
 </tr>
 </table>
</div>