HTML code not showing in broadcast email

Hi, I added this basic html code to my email but is not showing in the preview neither the test email.

Can you help me figure out what’s wrong please?

<div style="background:#bf121a; color:#fff; font-size:20px; text-align:center; padding:20px 0px 20px 0px; width:100%">
    <td>PARA ACTUALIZAR TU MARCA COMUNÍCATE AL </td>
    <br>
    <br>
    <div style="font-size:25px">+573123778157 </div>
    <br>
    <td>Ó escribe a:</td>
    <a style="color:#fff" href="mailto:avargas@giraffeideas.com?Subject=Quiero%20renovar%20mi%20marca" target="_top"> avargas@giraffeideas.com</a>
</div>
 <div style="background:#bf121a; color:#fff; font-size:20px; text-align:center; padding:20px 0px 20px 0px; width:100%">
    PARA ACTUALIZAR TU MARCA COMUNÍCATE AL
</div>
 <div style="background:#bf121a; color:#fff; font-size:25px; text-align:center; padding:20px 0px 20px 0px; width:100%">+573123778157
</div>
<div style="background:#bf121a; color:#fff; font-size:20px; text-align:center; padding:20px 0px 20px 0px; width:100%">Ó escribe a:
   <EMAIL mailto="avargas@giraffeideas.com">avargas@giraffeideas.com</EMAIL>
</div>

standard mailto links aren’t compatible in XML. That being said, mailto links with a subject parameter will probably be stripped by most email clients.

It worked! Solved!

Thanks!!!

1 Like