KM Hidden Preheader Text Shared by Kevin Mandeville, 2020-01-15 02:10:18 Tagged: Preheader Text, All 7 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <div style="display:none;font-size:1px;color:#{color};line-height:1px;font-family:{font};max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;"> {preheader text} </div> View this Snippet
KM Bulletproof Button - Padding+Border-Based Approach Shared by Kevin Mandeville, 2016-02-10 10:14:37 Tagged: Link, All 2 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <table border="0" cellspacing="0" cellpadding="0"> <tr> <td align="{align}" style="border-radius: {border-radius}px;" bgcolor="#{bgcolor}"> <a href="{link}" target="_blank" style="font-size: {font-size}px; font-family: {font}; color: #{color}; text-decoration: {decoration}; border-radius: {border-radius}px; padding: {padding}; border: {border}; display: inline-block;">{button text}</a> </td> </tr> </table> View this Snippet
KM Bulletproof Button - Border-Based Approach Shared by Kevin Mandeville, 2016-05-18 17:47:03 Tagged: Link, All 2 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> <a href="{link}" target="_blank" style="font-size: {font-size}px; font-family: {font}; color: #{color}; text-decoration: {decoration}; border-radius: {border-radius}px; -webkit-border-radius: {webkit-border-radius}px; background-color: #{bgcolor}; border-top: {border-top}; border-bottom: {border-bottom}; border-right: {border-right}; border-left: {border-left}; display: inline-block;">{button text}</a> </td> </tr> </table> View this Snippet
KM Bulletproof Button - Padding-Based Approach Shared by Kevin Mandeville, 2015-08-19 03:06:08 Tagged: Link, All 1 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <table border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#{bgcolor}" style="padding: {padding}; -webkit-border-radius: {webkit-border-radius}; border-radius:{border-radius};" align="{align}"> <a href="{link}" target="_blank" style="font-size: {font-size}px; font-family: {font}; color: #{color}; text-decoration: {decoration}; display: {display};">{button text}</a> </td> </tr> </table> View this Snippet
KM Bulletproof Button - VML Approach Shared by Kevin Mandeville, 2019-09-20 16:11:05 Tagged: Link, All 7 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <div> <!--[if mso]> <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="{link}" style="height:{height}px;v-text-anchor:middle;width:{width}px;" arcsize="{arcsize}%" strokecolor="#{strokecolor}" fillcolor="{fillcolor}"> <w:anchorlock/> <center style="color:#{color};font-family:{font};font-size:{font-size}px;">{button text}</center> </v:roundrect> <![endif]--> <a href="{link}" style="background-color:#{bgcolor};border:{border};border-radius:{border-radius};color:#{color};display:{display};font-family:{font};font-size:{font-size}px;line-height:{line-height}px;text-align:{align};text-decoration:{decoration};width:{width}px;-webkit-text-size-adjust:none;mso-hide:all;">{button text}</a> </div> View this Snippet
KM Firefox Targeting Media Query (for Thunderbird) Shared by Kevin Mandeville, 2015-08-18 15:00:56 Tagged: Media Query, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet @-moz-document url-prefix() { {style} } View this Snippet
KM <meta> Boilerplate Shared by Kevin Mandeville, 2015-08-18 15:09:20 Tagged: Boilerplate, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <meta http-equiv="Content-Type" content="text/html;" charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> View this Snippet
BR Empty Table Shared by Ben Robinson, 2015-08-18 18:02:16 Tagged: Table, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <table cellpadding="0" cellspacing ="0" border="0"> <tr> <td> </td> </tr> </table> View this Snippet
GS 100% Background Wrapper Shared by Glenn Smith, 2015-08-18 18:05:26 Tagged: Boilerplate, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#F1F1F1"> <tr> <td width="100%" valign="top" align="{align}"> </td> </tr> </table> View this Snippet
KM Table [3x1] Shared by Kevin Mandeville, 2015-08-18 18:05:49 Tagged: Table, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <table cellspacing="0" cellpadding="0" border="0" width="{width}" align="{align}" style="{style}"> <tr> <td align="{align}" valign="{align}" style="{style}">{content}</td> <td align="{align}" valign="{align}" style="{style}">{content}</td> <td align="{align}" valign="{align}" style="{style}">{content}</td> </tr> </table> View this Snippet
GS Image Tag Shared by Glenn Smith, 2017-12-19 09:26:48 Tagged: Image, All 1 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <img src="{image}" width="{width}" height="{height}" style="margin:0; padding:0; border:none; display:block;" border="0" alt="{alt}" /> View this Snippet
GS Simple Hyperlink Shared by Glenn Smith, 2015-08-18 18:11:17 Tagged: Link, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <a href="{link}" target="_blank" alias="{alias}" style="{style}">{content}</a> View this Snippet
GS Simple Row Shared by Glenn Smith, 2015-08-18 18:16:40 Tagged: Boilerplate, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <tr> <td style="{style}"> {content} </td> </tr> View this Snippet
GS Spacer Row Shared by Glenn Smith, 2015-08-18 18:18:24 Tagged: Boilerplate, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <tr> <td height="{height}" style="font-size:{height}px; line-height:{height}px;"> </td> </tr> View this Snippet
GS HTML 4.01 Transitional Shared by Glenn Smith, 2015-08-18 18:21:49 Tagged: Boilerplate, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> View this Snippet
WH AOL Targeting Shared by Wilbert Heinen, 2015-09-16 07:58:33 Tagged: Hack, All 1 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet .aolReplacedBody { {style} } View this Snippet
SM Fixed width centered layout on full width background color Shared by Stig Morten Myre, 2015-08-18 21:52:00 Tagged: Table, All Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <table cellpadding="0" cellspacing="0" width="100%" bgcolor="#{color}"> <tr> <td> </td> <td width="{width}" bgcolor="#{color}"> {content} </td> <td> </td> </tr> </table> View this Snippet
CB Generic Styles for Mobile Hide/Show/Full-Width Shared by Charles Balazs, 2016-03-03 22:57:24 Tagged: Media Query, All 1 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet .mobile-only { display: none; max-height: 0px; mso-hide: all; overflow: hidden; visibility: hidden; } @media only screen and (max-device-width: {width}px), only screen and (max-width: {width}px) { *[class~="mobile-only"] { display: block !important; max-height: none !important; overflow: visible !important; visibility: visible !important; } *[class~="mobile-hide"] { display: none !important; height: 0 !important; margin: 0 !important; max-height: 0 !important; overflow: hidden !important; padding: 0 !important; visibility: hidden !important; width: 0 !important; } *[class~="mobile-expanding"] { /* for elements that you don't want to treat as block elements */ clear: both !important; float: none !important; width: 100% !important; } *[class~="mobile-block-full-width"] { clear: both !important; display: block !important; float: none !important; height: auto !important; width: 100% !important; } } View this Snippet
KM Web Font CSS Shared by Kevin Mandeville, 2015-08-19 12:51:29 Tagged: Typography, All 1 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet @media screen { @font-face { font-family: {font name}; src: url({font url}) format('woff'), url({font url}) format('truetype'); font-weight: normal; font-style: normal; } } View this Snippet
SM Bulletproof button – border based faux-padding, no VML, no tables Shared by Stig Morten Myre, 2016-04-05 12:16:39 Tagged: Link, All 2 Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <style type="text/css"> .btn a { background-color: #99c739; border-color: #99c739; border-style: solid; border-width: 10px 20px; border-radius: 4px; color: #ffffff; display: inline-block; font-family: sans-serif; font-size: 14px; font-weight: bold; line-height: 20px; text-align: center; text-decoration: none; transition: all 0.2s ease-in; } .btn a:hover, * [lang=x-btn] a:hover { background-color: #8fba35 !important; border-color: #8fba35 !important; } </style> <div class="btn" lang="x-btn"> <a href="#"> Click here or else </a> </div> View this Snippet