Hi @AurumLux
Thank you for your post in the Community :)
In the HTML from Canva do you have the following: <a href ="{% unsubscribe_link %}" </a>
Here is a really helpful article on the Unsubscribe tag
https://help.klaviyo.com/hc/en-us/articles/115006054267
Hope this helps
Kylie
Yes ive mentioned that I added the tag in my post. Still not working :/
Hi @AurumLux, can you show us parts of your code to help better troubleshoot? The code should look like this:
<a href="{% unsubscribe_link %}">Unsubscribe here.</a>
Also, you may have improperly closed HTML tags that might be causing Klaviyo to not recognize it properly. Make sure all your HTML that you created is clean and coded properly. You can search on Google for an HTML validation tool if you don’t have an HTML editor/IDE handy to help you check your HTML syntax.
I dont think canva gives me the option to properly add html code which might be the issue