So I thought It would be better to make a custom button vs using the image buttons that comes with Marketo. I have made tons of buttons in the past! However, never with Marketo. As I am new to this system (coming from Pardot) I'm not very familiar with their templates and CSS.
I'm trying to make a custom button and it's not working! Here’s basically what the code is:
<a>
<div>
<div>
</div>
</div>
</a>
And it works and looks fine in my text editor, however when I change the HTML for the template it re-write it to this...
<a></a>
<div>
<div>
</div>
</div>
It closes the link before the divs making is basically useless???
What am I doing wrong!? Is there a setting I need to change so it cannot change my code when placing it in Marketo?