gpt4 book ai didi

html - iOS 中的电子邮件签名文本环绕和调整大小

转载 作者:太空宇宙 更新时间:2023-11-03 19:31:54 29 4
gpt4 key购买 nike

我在 iOS 上的 Apple Mail 中使用我的电子邮件签名包装时遇到了一些问题,如下所示:

enter image description here

我希望签名像在桌面电子邮件客户端(例如 OS X 上的 Apple 邮件)上一样显示(非换行且大小适合屏幕宽度):

enter image description here

这是我目前使用的代码。如果有人可以就我哪里出错提供指导,我将不胜感激。

<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">&nbsp;|&nbsp; Media Producer</span>
<br>
<span style="text-align: left; color: #797C79; font-family: Arial; font-size: 9pt; font-style: normal; font-weight: normal;">

mobile&nbsp;(555)
555-5555&nbsp;|&nbsp;fax&nbsp;(555) 555-5555<br></span>

<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<span style="line-height: 3px; font-size: 3px;">
&nbsp;<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>&nbsp;|&nbsp;<a href="http://linkd.in/" style="text-decoration: none; color: #b6a15e;">LinkedIn</a>&nbsp;|&nbsp;<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>

最佳答案

您将不得不使用媒体查询来显着缩小文本大小。老实说,您那里的长文本行可能太小而无法在手机上显示。你应该在某处打破你的台词。它还有助于缩小图像以腾出更多空间。

选择断点的一个技巧是不在签名中添加断行符 ( ) 并让它在更合适的地方溢出。

例子:

<!-- This will look the same, but break where the spaces are, not where the &nbsp are -->
Your&nbsp;Name | Your&nbsp;Title

关于html - iOS 中的电子邮件签名文本环绕和调整大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26080319/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com