Brad (SaneChoice Limited) Posted November 5, 2019 Share Posted November 5, 2019 Hi Team, How do I use smarty but within an email link? In essence, I want a pretty link but use the URL supplied by Smarty. However, when I create a link and insert the Smarty code, the recipient sees the link and it looks all broken. In essence, the below code does not work: <a href="{$ticket_link}">Ticket Link</a> Any ideas? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 6, 2019 Share Posted November 6, 2019 19 hours ago, sanechoice said: Any ideas? $ticket_link already has it's own <a href> within it, so for your purpose, you'd want to use {$ticket_url} instead... <a href="{$ticket_url}">Ticket Link</a> 0 Quote Link to comment Share on other sites More sharing options...
Brad (SaneChoice Limited) Posted November 7, 2019 Author Share Posted November 7, 2019 Thanks you Brian! Appreciated. Now, one more question if you don't mind! CSS related for Outlook rendering. Do you know what CSS you need to update to stop the text having no space at all with the border? Please see screenshot. Outlook is a pain for rendering!! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.