Ich baue eine HTML-Mail, wo ein Bild mit einer Nummer darüber sein sollte. Bis jetzt habe ich das Bild als td-Hintergrund mit einer geschachtelten Tabelle hinzugefügt, um den Text zu positionieren. Es sieht in den meisten E-Mail-Clients gut aus, außer ... Outlook. Outlook macht den Text - nach rechts (Outlook 2003) - zu hoch (Outlook 2007 und höher)E-Mail-Vorlage - Hintergrundbild mit Text-Overlay an der genauen Stelle
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="https://s31.postimg.org/57s9ntmij/basket_3.png" bgcolor="#ffffff" width="35" height="30" valign="top" style="font-size: 0;">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:35px;height:30px;">
<v:fill type="frame" src="https://e.kaartje2go.nl/public/Kaartje2go/8553f93ebcf5d20eb1da4a3b8abeaaba/basket_3.png" color="#ffffff" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<table cellpadding="0" cellspacing="0" border="0" width="30" style="line-height:20px;">
<tr>
<td width="20"></td>
<td height="15" align="center" valign="middle" style="font-size: 12px; font-family: 'Source Sans Pro', Arial, sans-serif; color:#ffffff;font-weight:700; line-height:20px;" >
2
</td>
</tr>
</table>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
</tr>
</table>
Die HTML finden Sie hier: http://codepen.io/anon/pen/kXpKRQ?editors=1000
Ich habe verschiedene Höhen und Linienhöhen ausprobiert, aber nichts scheint zu helfen. Kann mir bitte jemand helfen, die Position des Textes zu korrigieren? Vielen Dank!
einige Tags und CSS werden in E-Mail nicht funktionieren tamplate. Bitte beziehen Sie sich auf diese Lösung https://freshmail.com/developers/best-practices-for-email-coding/ – eronax59