【发布时间】: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>
【问题讨论】:
-
您有任何代码供我们使用吗?如果不了解我们正在努力解决的问题,就很难解决您遇到的任何问题。
-
这是我在 Gist gist.github.com/sjvelasquez/d7f1681dc57a99a130428ae01e845ce5 中发布的代码示例
标签: html css email templates icons