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

时间:2017-09-21 22:42:41

标签: html css email templates icons

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

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

如何在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>
&#13;
&#13;
&#13; Sample Picture of header here

1 个答案:

答案 0 :(得分:0)

如果您正在谈论已发送电子邮件中的html,则可以使用<img src="google.com/image.jpg" >在该html中添加图片,这些图片将会显示。从互联网上找到图像,然后在html中包含链接。

相关问题