Unsubscribe line/link in emails | Community
Skip to main content
January 8, 2013
Question

Unsubscribe line/link in emails

  • January 8, 2013
  • 3 replies
  • 1137 views
Does anyone know how to center this?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

January 9, 2013
If you change the HTML in the unsubscribe text to have inline CSS to center the text, that would probably work. This article shows how to change the text: https://community.marketo.com/MarketoArticle?id=kA050000000KypD&src=comm
January 9, 2013
Thank you. I added <center> text </center> to the unsubscribe code and that did the trick!
January 9, 2013
Awesome. I was thinking inline CSS instead of the center tag, but both probably work fine.