Webversion and Unsubscribe links showing as URLs instead of links
Hi There,
Not sure if I am using the system correctly but I am creating my email in the WYSIWYG system and am using the [webversion] and [unsubscribe] like it says but instead of getting a link, in my test emails, I am getting these long lines of code instead https://blessingimpressions.com/sendy/unsubscribe/q1Z892a0MXzBjlz4AysGUGtZad2U763d763ZoevohRU763lIJI0/gtEG70UWjcFDv3txkZu6Uw/kZd7633RI4Uu3892vVS763t28Qng and https://blessingimpressions.com/sendy/w/akQz6FlgBPWaCM85zVJiYw/gtEG70UWjcFDv3txkZu6Uw/kZd7633RI4Uu3892vVS763t28Qng/a
is there a way to clean this up so that it's a link that says "View websersion" or "Unsubscribe" as this looks seriously unsightly?
This discussion has been closed.
Comments
Hi,
If you want to hide the URLs behind text links, use
href
HTML tags in your email's HTML. Eg:<a href=“[unsubscribe]”>Click here to unsubscribe</a>
<a href=“[webversion]”>View the web version</a>
Thanks.
Best regards,
Ben