html 电子邮件模板和合理的文本

发布于 2024-09-10 22:28:35 字数 427 浏览 8 评论 0原文

我有一个 html 电子邮件模板(使用表地狱),生成的电子邮件在 gmail 和 Outlook 2003 中看起来很好。但在 Outlook 2007 中,文本不合理(相反,它是左对齐的)。有解决办法吗?

使用的相关代码:

<td style="text-align: justify;">

doctype:

<!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">

谢谢

I've got an html email template (using table hell) with the resulting email looking fine in gmail and outlook 2003. In outlook 2007, the text is however not justified (instead it's left justified). Is there a work around for this?

The relevant code used:

<td style="text-align: justify;">

doctype:

<!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">

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

薄荷→糖丶微凉 2024-09-17 22:28:35

正是 Microsoft 使我们的工作变得更加轻松,并让他们的客户获得了至高无上的用户体验。明显地。

也可以尝试 style="float:left;"

It is Microsoft making our jobs easier and their customers user experience supreme. Obviously.

Also try style=" float:left;"

吃颗糖壮壮胆 2024-09-17 22:28:35

试试这个:

<td style="text-align:justify !important;">
<p style="your style, but don`t use text-align declaration in here">
Lorem ipsum
</p>
</td

Try this:

<td style="text-align:justify !important;">
<p style="your style, but don`t use text-align declaration in here">
Lorem ipsum
</p>
</td
心凉 2024-09-17 22:28:35

看起来这可能是 Outlook 2007 中的错误。

http://www.campaignmonitor .com/forums/viewtopic.php?id=1149

恐怕也没有真正的解决方法;这可能是不可能的。

Looks like it might be a bug in Outlook 2007.

http://www.campaignmonitor.com/forums/viewtopic.php?id=1149

There isn't really a workaround either I'm afraid; it's probably just not possible.

往昔成烟 2024-09-17 22:28:35

不要在电子邮件上使用浮动,一些电子邮件客户端不支持它。

Don't use floats on emails, several email clients doesn't support it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文