Я создал подпись для своей компании в HTML. Все хорошо, и когда я устанавливаю это в Thunderbird, это прекрасно. Но проблема в том, что я отправляю электронные письма: в Yahoo и Thunderbird подпись остается прежней. Но в Outlook (онлайн и приложении) и Gmail подпись «сломана» (делает красный фон, не отображаются картинки или то, что я там написал). Есть идеи почему?
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
Get-RemoteDomain | Set-RemoteDomain –ContentType MimeHtml
table {
background-color: #ff3333;
background:
linear-gradient(-90deg, rgb(255, 235, 230) 1px, transparent 1px),
linear-gradient(rgb(255, 235, 230) 1px, transparent 1px),
linear-gradient(transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px),
linear-gradient(-90deg, transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px),
#f2f2f2;
background-size:
4px 4px,
4px 4px,
80px 80px,
80px 80px,
80px 80px,
80px 80px,
80px 80px,
80px 80px;
}
table
{
border-left: 1px solid #ff3333;
border-right: 1px solid #ff3333;
border-top: 1px solid #ff3333;
border-bottom: 1px solid #ff3333;
height: 250px;
}
@font-face {
font-family: fontTW;
src: url(TehnoWorld_I_R.ttf);
}
* {
font-family: fontTW;
}
</style>
</head>
<div
<body>
<table style="table.background">
<th>
<span valign="right" textclass="nume" colspan="2"style="margin-right: 150px; margin-left: 15px;"><img style="vertical-align:middle" align="bottom" src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\persoana.png" height="15" width="15"></img><font size="3" color="red">Cosmin Manolache</font></span></th>
<th><img src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\logo-305x50.png" height="40" width="210" style="margin-right: 30px;"></th>
<tr>
<td><span valign="right" class="functie" colspan="2" style="margin-left: 15px;"><img style="vertical-align:middle" align="bottom" src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\telefon.png" height="15" width="15"></img><font size="2" color="red">0753 875 338</font></span><br>
<span class="mail" style="margin-left: 15px;"><img style="vertical-align:middle" align="bottom" src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\mail.png" height="15" width="15"></img> <font size="2.5" color="red">cosmin.manolache@tehnoworld.ro</font></span>
<p style="margin-top: 20px; margin-bottom: 0px;"><b class="functie" style="margin-left: 15px;"><font size="2" color="red">Departament IT</font></b></span></p><br>
</td>
</tr>
<tr>
<td>
<br>
<span style="margin-left: 15px ;margin-top: 0px;margin-bottom: 0px;"><img src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\firma.png" height="15" width="15"></img> <font size="2.5" color="red">S.C TehnoWorld SRL</font></span>
<p style="margin-left: 15px; margin-top: 0px;margin-bottom: 0px;"><img src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\locatie.png" height="15" width="15"></img> <font size="2.5" color="red">Loc. Baia, nr. 1616, DN2E km 2</font></p>
<p style="margin-left: 20px; margin-top: 0px;"><font size="2.5" color="red">     Jud. Suceava, RO-727020</font></p>
</td>
<td>
<img src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\telefon-fix.png" height="15" width="15"></img><font size="3" color="red"> +40 230 546 696</font><br>
<img src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\fax.png" height="15" width="15"></img><font size="3" color="red"> +40 230 206 090</font><br>
<img src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\mail.png" height="15" width="15"></img><font size="3" color="red"> office@tehnoworld.ro</font><br>
<img src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\site.png" height="15" width="15"></img><a style="color:red; text-decoration:none" href="hhtps://www.tehnoworld.ro"> www.tehnoworld.ro </a>
</td>
</tr>
<tr>
<td></td>
<td><a href="https://www.linkedin.com/company/tehnoworld"> <img src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\Linkedin.png" width="35" height="35">
</img></a>   <img href="https://www.facebook.com/TehnoWorld-1845442219092334/" src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\facebook.png" width="35" height="35">
</img>   <img href="https://www.instagram.com/tehnoworld_ro/" src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\instagram.png" width="35" height="35">
</img></a>   <img href="https://www.youtube.com/channel/UCOZReoLMNCSBInlbCZpQQhw" src="file://C:\Users\IT Cosmin\Desktop\Tehnoworld\semnatura noua\Icon\youtube.png" width="35" height="35"></img>
</tr></td>
<br><br>
</img></a>
</td>
</tr>
</html>