html 电子邮件模板和合理的文本
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
正是 Microsoft 使我们的工作变得更加轻松,并让他们的客户获得了至高无上的用户体验。明显地。
也可以尝试
style="float:left;"
It is Microsoft making our jobs easier and their customers user experience supreme. Obviously.
Also try
style=" float:left;"
试试这个:
Try this:
看起来这可能是 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.
不要在电子邮件上使用浮动,一些电子邮件客户端不支持它。
Don't use floats on emails, several email clients doesn't support it.