【问题标题】:Using own icons in header using html使用html在标题中使用自己的图标
【发布时间】:2018-03-03 09:56:16
【问题描述】:

我正在创建电子邮件模板。

在标题中,应该有四个图标:twitter、facebook、linkedin 和 google+ 图标以及我们自己设计的热线号码图标。

如何在html中使用我们自己的图标?有点卡在这里。任何帮助表示赞赏。

<div><div><table cellpadding="0" cellspacing="0" style="text-align: center; width: 100%; font-size: 10pt; border-collapse: collapse">
<tbody style="margin: 0">

<tr style="height: 100px">
<td colspan="14" style="background-color: rgb(41, 62, 151)">
<img src="link from image in zoho crm is here" style="width: 100%">
</td>

<td colspan="14" style="background-color: rgb(41, 62, 151)">
"><img src="link from image in zoho crm is here " style="width: 250px; vertical-align: top">
</td>

</tr>

</tbody></table></div><table cellpadding="0" cellspacing="0" style="text-align: center; width: 100%; font-size: 10pt">
<tbody><tr>
<td colspan="2" style="background-color: rgb(41, 62, 151); height: 100%; width: 5%">
<br>
</td>

<td colspan="10" style="background-color: rgb(41, 62, 151); height: 100%; width: 90%; padding: 30px 100px">

<p style="text-align: center; font-size: 35px"><span style="color: white; font-family: Callibri, Geneva, sans-serif; font-size: 35px; text-align: center">some text here</span><b style="color: rgb(42, 61, 151); font-family: Callibri, Geneva, sans-serif; font-size: large; text-align: center"></b>
</p>
</td>

<td colspan="2" style="background-color: rgb(41, 62, 151); height: 100px; width: 5%">
<br>
</td>

</tr>


</tbody>
</table>
Sample Picture of header here

【问题讨论】:

标签: html css email templates icons


【解决方案1】:

如果您在发送的电子邮件中谈论 html,您可以在该 html 中包含带有 &lt;img src="google.com/image.jpg" &gt; 的图像,它们就会出现。从互联网上查找图片,然后将链接包含在 html 中。

【讨论】:

  • 嗯我的意思是在电子邮件模板中创建一个标题,该模板具有使用 html 的社交媒体图标
  • 我发布了标题应该是什么样的
  • 没关系。只需在图片中添加真实链接即可。
猜你喜欢
  • 2022-12-29
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-08-25
  • 2014-09-25
  • 2014-10-05
  • 1970-01-01
  • 2017-10-09
相关资源
最近更新 更多