Question

Image From Canva in Welcome Email

  • 28 August 2023
  • 4 replies
  • 60 views

Userlevel 1
Badge

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!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 7
Badge +14

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.

 

Userlevel 1
Badge

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?

 

 

Userlevel 7
Badge +14

@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

Userlevel 1
Badge

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