【发布时间】:2014-01-28 04:06:44
【问题描述】:
我在dreamweaver 上创建了一个html 电子邮件,并使用了一些文本的边距。
例如:
<td width="453" height="115" bgcolor="#18b581"><p style="font-family: Arial, Helvetica, sans-serif; margin-left: 25px;"><strong><font size="4">Hello world?</font>
这在dreamweaver 中显示完美。当我通过 Outlook 发送时,我将其保存为 Outlook 模板。我将它发送到我的 Outlook 帐户和我的 hotmail。边距适用于我的前景,但边距在 hotmail 上不确定,我不知道为什么!!
更新:
<td colspan="2" bgcolor="#FFFFFF"><h3 style="font-family: Arial, Helvetica, sans-serif; color:#1d95a5; padding-left: 25px; padding-top:30px; ">What are the benefits of the NP-C directory?</h3>
<p style="font-family: Arial, Helvetica, sans-serif; color:#555555; font-size:15px; padding-left: 25px; padding-right: 22px; padding-top:-20px;">The NP-C directory offers you the opportunity to: </p>
<ul style="font-family: Arial, Helvetica, sans-serif; color:#555555; font-size:15px; padding-left: 80px; padding-right: 51px; padding-top:-12px;">
<li><strong>Connect</strong> with healthcare professional colleagues in your local country/area who have a shared interest in NP-C</li>
<li><strong>Network</strong> with healthcare professionals around the world to share experiences of NP-C</li>
<li><strong>Exchange</strong> the latest news and information about NP-C</li>
</ul>
【问题讨论】:
标签: html email html-email