Skip to main content

Hi, 

I am trying to include a “.png” image/design from Canva in a welcome email, but I’m not sure how to do this. And Canva’s support team doesn’t think it is possible b/c they use “iframe”.  Could I save the file in a different application, like Google Drive, and then use a link from there?  

Also, I’m not a developer, so I need some hand holding if code is involved.  Thanks in advance for any help offered!

Hi @JF_1010 

Good question.

You’ll need to use HTML img tag: https://www.w3schools.com/tags/tag_img.asp

The link to the image file need to be a publicly accessible direct download link.

 


Thanks for the response.  But I’m a little confused here. In terms of which GDrive file format I should use...it seems like I would use this one, but I thought I can’t use iframe?

 

 


@JF_1010 

Try using this tool: https://sites.google.com/site/gdocs2direct/

You’ll need to use HTML img tag: https://www.w3schools.com/tags/tag_img.asp


Thanks a lot, Troy.  That Google tool worked.  Much appreciated.