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?
Solved! Go to Solution.
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.
hope it helps!