Skip to content

Instantly share code, notes, and snippets.

@Kiwka
Last active November 6, 2023 19:14
Show Gist options
  • Save Kiwka/509db17c385a74a495f5 to your computer and use it in GitHub Desktop.
Save Kiwka/509db17c385a74a495f5 to your computer and use it in GitHub Desktop.
Hack to make text centered on the background image in the email in the Outlook
<td background="http://images.freeimages.com/images/previews/df1/coffee-beans-2-1564474.jpg" bgcolor="#ffe08a" width="600" height="200" valign="middle" styles="vertical-align: middle; background-image: url(http://images.freeimages.com/images/previews/df1/coffee-beans-2-1564474.jpg);">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:200px;">
<v:fill type="tile" src="http://images.freeimages.com/images/previews/df1/coffee-beans-2-1564474.jpg" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<div>
<table width="600" border="0" cellpadding="0" cellspacing="0" align="center" style="width:600px; height: 200px;">
<tr>
<td valign="middle" style="vertical-align: middle; text-align: center; height: 200px;" height="200">
<center>
<!-- Paste your content here -->
</center>
</td>
</tr>
</table>
</div>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment