小编iLe*_*ons的帖子

HTML电子邮件签名仅在iPhone上呈现不正确

这实际上是我第一次发帖提问,但我通常"总是"在这里找到答案.你们真棒!...

这是我的问题(相信我,我试图找到答案).我使用表格使用标准HTML /内联CSS创建了一个电子邮件签名.它几乎无处不在,并且有许多不同的电子邮件客户端......好吧,除了iPhone/iPad

我附上了我的代码的精确副本以及它应该在iphone上看的图像(它几乎在我测试它的其他地方看起来很好,如hotmail,live,gmail,office 365,roundcube等).在我看来,iPhone将字体/文本呈现为设置大小,并不尊重我用作font-size的内容.我尝试将我的html代码从div调整到表格,从td移动样式到跨度等,什么都没有.

*注意:它不会让我上传图片,所以我已经上传到网站:http://www.ileansolutions.com/ditthavong/uploads/images/test_email_signature.jpg

<table width="400" cellpadding="0" cellspacing="0" cols="2">

<tr>
<td width="400" colspan="2"><img src="http://ileansolutions.com/ditthavong/uploads/images/ditthavong_em_sig.jpg" width="400" height="34" /></td>
</tr>


<tr>
  <td width="400" colspan="2" style="background-color:#999999; color:#ffffff; width:auto; height:10px;"></td>
</tr>


<tr>
<td width="400" colspan="2" style="padding: 10px 0 5px 0;"><span style="font-family:Verdana, Arial, Helvetica, sans-serif; color:#717070; font-size:17px;">Kevin Smith</span></td>
</tr>


<tr>
<td width="180"><span style="font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:11px;">Office 703.500.9900</span></td>
<td width="220" style="text-align:right;"><span style="font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:11px;">44 Canal Center Plaza, Suite 322</span></td>
</tr>


<tr>
<td width="190"><span style="font-family:Verdana, Arial, Helvetica, …
Run Code Online (Sandbox Code Playgroud)

email iphone signature ios

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

email ×1

ios ×1

iphone ×1

signature ×1