Re: How to upload an html file as a template/campaign to send out?

Anonymous
Not applicable

How to upload an html file as a template/campaign to send out?

I have tried to upload from design studio template and put all the images back to the image folder, it doesnt work!! 

I have tried to just copy the html coding from the html file and paste to a  new email, it doesnt work... 

How can I do it?? 😞  

Please kindly sugest. 

Mabel 
Tags (1)
6 REPLIES 6
Dan_Stevens_
Level 10 - Champion Alumni

Re: How to upload an html file as a template/campaign to send out?

Josh_Hill13
Level 10 - Champion Alumni

Re: How to upload an html file as a template/campaign to send out?

That is probably what you want to do, but perhaps you can tell us if this is a template or if this is a whole email.
Anonymous
Not applicable

Re: How to upload an html file as a template/campaign to send out?

Hi Josh and Dan

What I am trying to do is I have a whole email in html, I would like to upload it and use it as template int he future?  Is that doable?  Should I follow the clean up html code tool?  

Thanks
Mabel 
Dan_Stevens_
Level 10 - Champion Alumni

Re: How to upload an html file as a template/campaign to send out?

If that's the case, you'll want to then go back and optimize it so that it does function as a template.  For example, identify editable regions ("mktEditable") so that the entire template isn't editable; change all references to images to link back to the source image located in Design Studio (if they're not in DS, upload them to DS), etc.  Here's more information: https://community.marketo.com/MarketoArticle?id=kA050000000KyqNCAS
Anonymous
Not applicable

Re: How to upload an html file as a template/campaign to send out?

Hi Dan, this looks like exactly the thing i need to do.  So, if it's a landpage template, I can do the same thing with the editable text too?    I will try to make changes myself.. 🙂  

Thanks
Mabel 
Anonymous
Not applicable

Re: How to upload an html file as a template/campaign to send out?

I have the following coding but it still doesnt work.. 

<div class="mktEditable" id="footer">
    <div style="padding:15px 25px 0px 25px;display:inline-block;"> 
    <a href="https://twitter.com/TheRedFlagGroup" target="_new"><img src="net1.png"></a>
    <a href="https://www.linkedin.com/company/the-red-flag-group" target="_new"><img src="net2.png"></a>
        <a href="https://plus.google.com/105760211563782757593/posts" target="_new"><img src="net4.png"></a>
    </div>


The footer still not editable 😞