Skip to content

Instantly share code, notes, and snippets.

@benjaminfisher
Last active December 22, 2015 11:19
Show Gist options
  • Save benjaminfisher/6465050 to your computer and use it in GitHub Desktop.
Save benjaminfisher/6465050 to your computer and use it in GitHub Desktop.
No image 2px horizontal rule for HTML Email
<tr>
<td align="left" valign="top" width="20" style="font-family:Arial;font-size:15px;line-height:15px">&nbsp;</td>
<td align="left" valign="top" width="560" style="font-family:Arial;font-size:15px;line-height:15px">&nbsp;</td>
<td align="left" valign="top" width="20" style="font-family:Arial;font-size:15px;line-height:15px">&nbsp;</td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#FFFFFF" height="2" width="20" style="line-height:2px;font-size:2px">&nbsp;</td>
<td align="center" valign="top" bgcolor="#f28c9b" height="2" width="560" style="line-height:2px;font-size:2px">&nbsp;</td>
<td align="center" valign="top" bgcolor="#FFFFFF" height="2" width="20" style="line-height:2px;font-size:2px">&nbsp;</td>
</tr>
<tr>
<td align="left" valign="top" width="20" style="font-family:Arial;font-size:15px;line-height:15px">&nbsp;</td>
<td align="left" valign="top" width="560" style="font-family:Arial;font-size:15px;line-height:15px">&nbsp;</td>
<td align="left" valign="top" width="20" style="font-family:Arial;font-size:15px;line-height:15px">&nbsp;</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment