Solved! Go to Solution.
Hi,
You can upload the image into Design Studio > Images and files:
https://community.marketo.com/MarketoArticle?id=kA050000000KyqpCAC
where it will be assigned a URL.
Then when editing an email, you can click the image button and reference that URL to make the image appear.
If you want to have the image in the template itself, you'll need to hard code it with an <img> tag:
http://www.w3schools.com/html/html_images.asp
Hi,
You can upload the image into Design Studio > Images and files:
https://community.marketo.com/MarketoArticle?id=kA050000000KyqpCAC
where it will be assigned a URL.
Then when editing an email, you can click the image button and reference that URL to make the image appear.
If you want to have the image in the template itself, you'll need to hard code it with an <img> tag:
http://www.w3schools.com/html/html_images.asp