SOLVED

Dynamic button in email

Go to solution
Nick_Deboo1
Level 2

Dynamic button in email

I have a button in an email and variables are used to change the text and url.

However, I want to have this email dynamic and as far as I know, variables cannot be dynamic. So the idea is to take away the variables and have it editable in the editor.

The problem with editor is that it adds a paragraph <p> around the <a> tag and that makes the button bigger. It looks it's not possible to not get the <p> tag. Even after removing it in the html version of the editor, it still adds it back.

Any ideas to solve this?

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Mark_Price
Level 7

Re: Dynamic button in email

Hi Nick,

You can try this:

Go to: Admin -> Email -> Edit Text Editor Settings there is a setting to turn the default <p></p> tags off. If this hasn't been done, it could be the source of your headache.

mkto-editorSettings.png

hope it helps!

View solution in original post

1 REPLY 1
Mark_Price
Level 7

Re: Dynamic button in email

Hi Nick,

You can try this:

Go to: Admin -> Email -> Edit Text Editor Settings there is a setting to turn the default <p></p> tags off. If this hasn't been done, it could be the source of your headache.

mkto-editorSettings.png

hope it helps!