<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Custom coded HTML - (canva template) in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Custom-coded-HTML-canva-template/m-p/1121474#M42422</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use a custom coded html imported from Canva.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have implemented this on to Hubspot - design manager. Before publishing it - I can all elements of what I created on Canva is on the editing page before review and publish. I decided to test the email before publishing but each time I test it - its just completely white and blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spoke to someone from customer service who told me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;EM&gt;''Please note that since an &amp;lt;iframe&amp;gt; (inline frame) is a HTML element that embeds content from one website into another and &amp;nbsp;Iframes also often contain scripts, so most email clients block them. Many email clients (like Gmail, Outlook, etc.) don't support iframes. If you include this, the email may not render correctly for many recipients, that's why it's not loading from my end as well.''&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;EM&gt;''The issue is that if it's inside the iframe tag, most e-mail providers will block those and will not display on the email. ''&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to remove the ''iframe'' - still, nothing seems to load with the testing email of the html custom template code. I am not really sure what else to do or how else to go about it. Any help will be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 14:47:01 GMT</pubDate>
    <dc:creator>Vannessa_</dc:creator>
    <dc:date>2025-03-12T14:47:01Z</dc:date>
    <item>
      <title>Custom coded HTML - (canva template)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Custom-coded-HTML-canva-template/m-p/1121474#M42422</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use a custom coded html imported from Canva.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have implemented this on to Hubspot - design manager. Before publishing it - I can all elements of what I created on Canva is on the editing page before review and publish. I decided to test the email before publishing but each time I test it - its just completely white and blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spoke to someone from customer service who told me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;EM&gt;''Please note that since an &amp;lt;iframe&amp;gt; (inline frame) is a HTML element that embeds content from one website into another and &amp;nbsp;Iframes also often contain scripts, so most email clients block them. Many email clients (like Gmail, Outlook, etc.) don't support iframes. If you include this, the email may not render correctly for many recipients, that's why it's not loading from my end as well.''&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;EM&gt;''The issue is that if it's inside the iframe tag, most e-mail providers will block those and will not display on the email. ''&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to remove the ''iframe'' - still, nothing seems to load with the testing email of the html custom template code. I am not really sure what else to do or how else to go about it. Any help will be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 14:47:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Custom-coded-HTML-canva-template/m-p/1121474#M42422</guid>
      <dc:creator>Vannessa_</dc:creator>
      <dc:date>2025-03-12T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom coded HTML - (canva template)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Custom-coded-HTML-canva-template/m-p/1122086#M42433</link>
      <description>&lt;P&gt;Hey, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/913715"&gt;@Vannessa_&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; You've run into one of the most common challenges with emails - using web-focused HTML in email clients. The issue extends beyond just iframes:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;Canva's web templates typically use modern CSS (flexbox, grid layouts) and JavaScript that email clients block or don't support&lt;/LI&gt;
 &lt;LI&gt;Even after removing the iframe, there are likely other unsupported elements in the code&lt;/LI&gt;
 &lt;LI&gt;Email HTML requires a very specific approach with tables for layout and inline CSS&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here's what I recommend:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;If you want to stick with Canva, look specifically for their “Email” templates (not website templates)&lt;/LI&gt;
 &lt;LI&gt;Or, use HubSpot's drag-and-drop email editor, which is specifically designed for email compatibility&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 16:43:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Custom-coded-HTML-canva-template/m-p/1122086#M42433</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-03-13T16:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom coded HTML - (canva template)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Custom-coded-HTML-canva-template/m-p/1123697#M42462</link>
      <description>&lt;P&gt;Okay awesome, thank you for the advice!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 09:49:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Custom-coded-HTML-canva-template/m-p/1123697#M42462</guid>
      <dc:creator>Vannessa_</dc:creator>
      <dc:date>2025-03-18T09:49:04Z</dc:date>
    </item>
  </channel>
</rss>

