Button Code not working in Email Builder

Hi guys!!

The button code I am creating in https://buttons.cm/ is not working in Infusionsoft. This code works in Wordpress and in other email builder platforms… any ideas?

The code is below I have remoced the first line

<!–[if mso]> so it doesn’t action the code in this post… I am not a developer/coder so please be nice. Thanks in advance!

<v:roundrect xmlns:v=“urn:schemas-microsoft-com:vml” xmlns:w=“urn:schemas-microsoft-com:office:word” href=“mailto:emily@insynergy.net.au” style=“height:40px;v-text-anchor:middle;width:300px;” arcsize=“10%” strokecolor=“#1e3650” fill=“t”>
<v:fill type=“tile” src=“https://i.imgur.com/0xPEf.gif” color=“#556270” />
<w:anchorlock/>
BOOK MY COMPLIMENTARY CONSULT
</v:roundrect>
<![endif]–>BOOK MY COMPLIMENTARY CONSULT

Most code in email builder is stripped before the email is sent. Buttons are one thing that is specifically not kept (in the form of code anyway). Also, what you’re attempting to use is not standard html and might not work as it seems to be a microsoft specific technology (xml based). Pretty sure what little the editor allows is only straight forward html and even then, any form of input, script, buttons etc is stripped away.