Can a calendar token be changed to a button?
Were trying to use the calendar token but we'd like it to be a button, instead of straight text. Does anyone know if that's possible?
Were trying to use the calendar token but we'd like it to be a button, instead of straight text. Does anyone know if that's possible?
This is what I'm doing, it my template I set the Button as follows:
<table style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="display: block; color: #ffffff; font-family: Arial; font-size: 14px; background: #0a5bae; margin: 0; padding: 12px 20px; font-weight: bold;" align="center" valign="middle" bgcolor="#0a5bae">{{my.Calendar}}</td>
</tr>
</tbody>
</table>
Then in the Hyperlink Text section within the token I add the following <span>:
<span style="background: #0a5bae; color: #ffffff; font-family: Arial; font-size: 14px;">Add to Calendar</span>
If the browser supports the <style> tag (i.e not Gmail) in the Head, then I add
a:link, a:visited, a:hover { text-decoration:none; color: #ffffff; font-family: Arial; font-size: 14px; }
That will stop the annoying blue line under the link (mainly in all clients except gmail).
This is a close to a button that I can get it.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.