【发布时间】:2014-11-22 16:33:55
【问题描述】:
我的电子邮件签名包装在 iOS 上的 Apple Mail 中遇到了一些问题,请参见此处:
我希望签名在桌面电子邮件客户端(例如 OS X 上的 Apple 邮件)上显示(不换行并且大小适合屏幕宽度):
这是我目前正在使用的代码。如果有人可以提供有关我哪里出错的指导,我将不胜感激。
<body topmargin="0" leftmargin="0" rightmargin="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<table align="left" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="left">
<a href="http://bit.ly/1roJoAu">
<img alt="Motion Source" border="0" src="http://i.imgur.com/YG8iERP.jpg" title="My Website">
</a>
</td>
<td width="100%">
<span style="text-align: left; color: #797C79; font-family: 'Arial', sans-serif; font-size: 10pt; font-weight: bold">
First Last</span><span style="text-align: left; margin-top: 0px; margin-bottom: 0px; color: #797C79; font-family: 'Arial', sans-serif; font-size: 9pt; font-weight: normal"> | Media Producer</span>
<br>
<span style="text-align: left; color: #797C79; font-family: Arial; font-size: 9pt; font-style: normal; font-weight: normal;">
mobile (555)
555-5555 | fax (555) 555-5555<br></span>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<span style="line-height: 3px; font-size: 3px;">
<br>
</span>
<span style="text-align: left; margin-top: 0px; color: #D0913D; font-size: 8pt; font-weight: bold; font-family: 'Calibri', sans-serif;">
<a href="http://website.com" style="text-decoration: none; color: #b6a15e;">website</a> | <a href="http://linkd.in/" style="text-decoration: none; color: #b6a15e;">LinkedIn</a> | <a href="mailto:none@me.com" style="text-decoration: none; color: #b6a15e;">email</a>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
【问题讨论】:
-
你用什么测试?您是否只在 Apple Mail 中进行测试?
标签: html ios css email html-email