Created
September 21, 2017 13:45
-
-
Save TheeAndre/8ffb42e8f44838028e1d2ea267c99654 to your computer and use it in GitHub Desktop.
Revisions
-
TheeAndre created this gist
Sep 21, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ <!doctype html> <html> <head> <meta charset="UTF-8"> <title>Microsoft Outlook Specific Styling - HTML Email Development</title> <style type="text/css"> a {text-decoration: none;} </style> <!--[if mso]> <style type="text/css" media="all"> *, body, table, td, span { font-family: Arial, Helvetica, sans-serif !important; } a {text-decoration: underline !important;} </style> <![endif]--> </head> <body> </body> </html>