Unsubscribe line/link in emails

Anonymous
Not applicable

Unsubscribe line/link in emails

Does anyone know how to center this?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Unsubscribe line/link in emails

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
Anonymous
Not applicable

Re: Unsubscribe line/link in emails

Thank you. I added <center> text </center> to the unsubscribe code and that did the trick!
Anonymous
Not applicable

Re: Unsubscribe line/link in emails

Awesome. I was thinking inline CSS instead of the center tag, but both probably work fine.