使用HTML在标题中使用自己的图标



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

在标题中,应该有四个图标: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>
标题的示例图片

如果您在发送电子邮件中谈论HTML,则可以在该html中包含 <img src="google.com/image.jpg" >中的图像,它们将出现。从Internet找到图像,然后在HTML中包含链接。

最新更新