Skip to content

Instantly share code, notes, and snippets.

View webster-mcwebby's full-sized avatar

webster-mcwebby

View GitHub Profile
@Chapoton
Chapoton / html_email_btn.html
Last active September 23, 2022 17:23
HTML email button. I use this in MailChimp emails because their default email buttons are only clickable on the text, not the entire button.
<!-- Paste this into the code block of a HTML email. -->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;table-layout: fixed;margin 0px auto;width:100%;">
<tbody>
<tr>
<td align="center">
<style type="text/css">
.btn a {
display: inline-block;
background-color: #00add2;