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
ticket links in button
Moderator: mkoch227
Re: ticket links in button
Hi, found it.
Believe this would do:
Enjoy
Rebelo
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>
Rebelo