gpt4 book ai didi

ios - 从 iPhone 到 Gmail.com 的电子邮件签名上的文本重叠

转载 作者:行者123 更新时间:2023-11-29 05:24:03 33 4
gpt4 key购买 nike

当我从 iPhone 发送电子邮件签名并在 gmail.com 上查看时,文本开始重叠。我已检查手机上的所有设置,所有文字大小等均为默认设置。我在任何地方都没有任何行高,粘贴后我将手机摇动至“撤消”以停止选取默认字符属性。通过删除文本部分,我设法找出导致问题的顶部表格 - 如果我删除它,它会起作用,但我的文本不会与图像并排放置。

有人看到我还错过了什么吗?花了几个小时,感觉就像撞到了一堵砖墙。

<body>

<table cellpadding="0" cellspacing="0" border="0" height="200" width="550" style="background: none; border-width: 0px; border: 0px; margin: 0; padding: 0;"><tr><td style="border-right: solid 1px #c1c1c1; padding-right: 0px; display: block; clear: both;"><a href="https://www.url.com"><img src="https://url.com/portfolio.jpg" width="133px" height="200px"></a></td>
<td style="padding-top: 0; padding-bottom: 0; padding-left: 15px; padding-right: 0;">

<table cellpadding="0" cellspacing="0" border="0" style="background: none; border-width: 0px; border: 0px; margin: 0; padding: 0;"><tr><td colspan="2" style="padding-bottom: 0px; color: #221f1f; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;"><img src="https://www.url.com/emailsig/logo.png" width="250px"></td></tr>
<tr><td colspan="2" style="padding-bottom: 10px; padding-top: 5px; color: #221f1f; font-size: 21px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;">Name Here</td></tr>
<tr><td colspan="2" style="padding-bottom: 2px; color: #70bcc9; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;">Title</td></tr>
<tr><td colspan="2" valign="top" style="vertical-align: top; color: #545454; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom: 3px;"><span style="color: #9eb333; font-weight:bold;">&#9658; </span><a href="https://mywebsite.com/" style=" color: #545454; text-decoration: none; font-weight: normal; font-size: 13px; text-decoration: none;">mywebsite.com</a></tr>
<tr><td colspan="2" valign="top" style="vertical-align: top; color: #545454; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom: 5px;"><span style="color: #9eb333; font-weight:bold;">&#9658;</span> <a href="tel:408-508-6789" style=" color: #545454; text-decoration: none; font-weight: normal; font-size: 13px; text-decoration: none;">555-555-5555</a> &nbsp;&nbsp;<span style="color: #9eb333; font-weight:bold;">&#9658;</span> <a href="tel:831-525-5000" style=" color: #545454; text-decoration: none; font-weight: normal; font-size: 13px; text-decoration: none;">555-555-5555</a></tr>
<tr><td colspan="2" valign="top" style="vertical-align: top; color: #545454; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding-bottom: 7px;">Location</td></tr>
<tr><td valign="top" style="vertical-align: top; color: #9eb333; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"><a href="https://www.facebook.com/"><img src="https://www.myurl.com/emailsig/tw-facebook.png" width="18px" height="18px"></a>
<a href="https://www.instagram.com/"><img src="https://www.myurl.com/emailsig/tw-instagram.png" width="18px" height="18px"></a>
<a href="https://www.youtube.com/"><img src="https://www.myurl.com/emailsig/tw-youtube.png" width="18px" height="18px"></a>
<a href="https://www.linkedin.com/"><img src="https://www.myurl.com/emailsig/tw-linkedin.png" width="18px" height="18px"></a><span style="display: inline-block;">&nbsp;&nbsp; &#187; JOIN OUR <a href="http://myurl.com" style=" color: #9eb333; text-decoration: none; font-weight: normal; font-size: 12px; text-decoration: underline;">MAILING LIST</a></span></td></td></tr>

</table>
</td></tr></table>

<p style="color: #545454; font-size: 10px; font-family: Arial, Helvetica, sans-serif; padding-top:0px;">Confidentiality text to go here.</p>

</body>

编辑以包含其外观的屏幕截图( secret 文本重叠)

enter image description here

最佳答案

你能试试这个吗?我刚刚纠正了一些错误

<body>
<table cellpadding="0" cellspacing="0" border="0" height="200" width="550" style="background: none; border-width: 0px; border: 0px; margin: 0; padding: 0;">
<tr>
<td style="border-right: solid 1px #c1c1c1; padding-right: 0px; display: block; clear: both;"><a href="https://www.url.com"><img src="https://url.com/portfolio.jpg" width="133px"
height="200px"></a></td>
<td style="padding-top: 0; padding-bottom: 0; padding-left: 15px; padding-right: 0;">

<table cellpadding="0" cellspacing="0" border="0" style="background: none; border-width: 0px; border: 0px; margin: 0; padding: 0;">
<tr>
<td style="padding-bottom: 0px; color: #221f1f; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;">
<img src="https://www.url.com/emailsig/logo.png" width="250px"></td>
</tr>
<tr>
<td style="padding-bottom: 10px; padding-top: 5px; color: #221f1f; font-size: 21px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;">
Name Here</td>
</tr>
<tr>
<td style="padding-bottom: 2px; color: #70bcc9; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;">
Title</td>
</tr>
<tr>
<td valign="top" style="vertical-align: top; color: #545454; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom: 3px;">
<span style="color: #9eb333; font-weight:bold;">&#9658; </span><a href="https://mywebsite.com/" style=" color: #545454; text-decoration: none; font-weight: normal; font-size: 13px; text-decoration: none;">mywebsite.com</a>
</td>
</tr>
<tr>
<td valign="top" style="vertical-align: top; color: #545454; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom: 5px;">
<span style="color: #9eb333; font-weight:bold;">&#9658;</span> <a href="tel:408-508-6789" style=" color: #545454; text-decoration: none; font-weight: normal; font-size: 13px; text-decoration: none;">555-555-5555</a> &nbsp;&nbsp;
<span style="color: #9eb333; font-weight:bold;">&#9658;</span> <a href="tel:831-525-5000" style=" color: #545454; text-decoration: none; font-weight: normal; font-size: 13px; text-decoration: none;">555-555-5555</a>
</td>
</tr>
<tr>
<td valign="top" style="vertical-align: top; color: #545454; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding-bottom: 7px;">
Location</td>
</tr>
<tr>
<td valign="top" style="vertical-align: top; color: #9eb333; font-size: 12px; font-family: Arial, Helvetica, sans-serif;">
<a href="https://www.facebook.com/"><img
src="https://www.myurl.com/emailsig/tw-facebook.png" width="18px" height="18px"></a>
<a href="https://www.instagram.com/"><img
src="https://www.myurl.com/emailsig/tw-instagram.png" width="18px"
height="18px"></a>
<a href="https://www.youtube.com/"><img src="https://www.myurl.com/emailsig/tw-youtube.png"
width="18px" height="18px"></a>
<a href="https://www.linkedin.com/"><img src="https://www.myurl.com/emailsig/tw-linkedin.png" width="18px" height="18px"></a>
<br> <br>
<span style="display: inline-block;">&nbsp;&nbsp; &#187; JOIN OUR
<a href="http://myurl.com" style=" color: #9eb333; text-decoration: none; font-weight: normal; font-size: 12px; text-decoration: underline;">MAILING LIST</a></span>
</td>
</tr>

</table>
</td>
</tr>
</table>

<p style="color: #545454; font-size: 10px; font-family: Arial, Helvetica, sans-serif; padding-top:0px;">
Confidentiality text to go here.</p>
</body>

关于ios - 从 iPhone 到 Gmail.com 的电子邮件签名上的文本重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58369338/

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