Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 551 Bytes

File metadata and controls

25 lines (16 loc) · 551 Bytes

E-mail Marketing Html Snippets

Simple snippets for images, links and tables used on e-mail marketing development.

Full Expansions

eimg - E-mail Marketing Image

<img src=" | " style="border: 0; display: block;" width=" | " height=" | " title=" | " alt=" | "/>;

ea - E-mail Marketing Link

<a href=" | " title=" | "> | </a>

etable - E-mail Marketing Table

<table cellspacing="0" cellpadding="0" align="center" border="0" bgcolor=" | "> | </table>

By Anderson Vesguerber - Github: AndersonVes