Image in E-Mail theme

Hi,



I am setting up my own e-mail theme branded with my companies colors and logo.

I’m basing it on the default theme (Mautic), and have changed some borders/colors - and thats working fine.



However when I want the logo incorporated in the template (static), using an tag, it does not show up in the builder nor when the recipient gets the email. The HREF is to an external site, and its a .png file.



Excerpt from the html file:

Code:
                <p><img alt="" src="http://www.markedsavdeling.no/wp-content/uploads/2015/08/DM_logo.png" style="width: 498px; height: 97px;" /></p>

                {{ slot('header') }}

            </td></div>

Also, when I'm in the builder and want to fill the "header" slot with text/content.. the font color is set to white? However the CSS clearly states color: #2a2a2a;. Any thoughts?

Hi,

I am setting up my own e-mail theme branded with my companies colors and logo.
I’m basing it on the default theme (Mautic), and have changed some borders/colors - and thats working fine.

However when I want the logo incorporated in the template (static), using an tag, it does not show up in the builder nor when the recipient gets the email. The HREF is to an external site, and its a .png file.

Excerpt from the html file:

 <td style="vertical-align: top; color: #2a2a2a; background-color: white; padding: 30px 50px; font-size: 20px; line-height: 1.5em; border-bottom: 2px solid #f05a50;">

                    <p><img alt="" src="http://www.markedsavdeling.no/wp-content/uploads/2015/08/DM_logo.png" style="width: 498px; height: 97px;" /></p>

                    {{ slot('header') }}

                </td>

Also, when I’m in the builder and want to fill the “header” slot with text/content… the font color is set to white? However the CSS clearly states color: #2a2a2a;. Any thoughts?