Page 1 of 1

ticket links in button

Posted: Sat Jan 30, 2016 4:54 pm
by rebeloda
Hi.

Is ther a way to have, in the html emails, a button that links to the ticket?
I mean have, for example the %%TRACK_URL%% in a button with a small text like TRACK.

Tks
Rebelo

Re: ticket links in button

Posted: Sun Jan 31, 2016 11:50 am
by rebeloda
Hi, found it.
Believe this would do:

Code: Select all

<a class="button_link" style="padding: 8px; width: 200px; display: block; text-decoration: none; border: 1px solid #1f90bb; text-align: center; font-weight: bold; font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; background: #21A1D1; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; line-height: 17px;" href="http://yourhesksite.com/ticket.php?track=%%TRACK_ID%%" target="_blank"> %%TRACK_ID%% </a>
Enjoy
Rebelo