Skip to content

where do I put html tags for unsubscribe?

edited July 2013 in Questions

I want to put the [unsubscribe] tag in my html code, but I do't know where.
Here is a part of the code:

Copyright © 2012 Your Company name and details. You are currently signed up to Company's newsletters. To unsubscribe click here



Please point out where to put the tag.

kind regards
max

Comments

  • a href="#" style="border-bottom:1px #777777 dotted; text-decoration:none; color:#777777;">To unsubscribe click here

    this is better ;-)

  • Hi @maxdelius,

    You can use the [unsubscribe] tag like this:

    <a href="[unsubscribe]" style="border-bottom:1px #777777 dotted; text-decoration:none; color:#777777;">To unsubscribe click here</a>

    or

    <unsubscribe style="border-bottom:1px #777777 dotted; text-decoration:none; color:#777777;">To unsubscribe click here</unsubscribe>

    Thanks.

    Best regards,
    Ben

  • thank you Ben, in addition to my previous question, what are the tags for "forward to a friend" and "view online"?

    Kind regards
    Bert

  • There's no 'forward to friend' yet. For 'view online', it's <webversion>View online</webversion> or [webversion].

    You can see all these when you create or edit a campaign.

This discussion has been closed.