Canva HTML export problem
Hello, I’m trying to export HTML template from Canva into Klaviyo (Email Template) I’m able to copy the code from Canva and paste it into Klaviyo along with the unsubscribe tag. I end up with a total of 17 lines and am able to see the preview with no problem. The problem comes in after I save, exit out, and try to preview again. I view the code in Klaviyo and it has 14 lines instead of 17.
Can anyone help in this matter? I can
(17)
<html>
<body>
<p>
<div style="position: relative; width: 100%; height: 0; padding-top: 141.4286%;
padding-bottom: 48px; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAETyVyeYM0/view?embed">
</iframe>
</div>
<a href="https://www.canva.com/design/DAETyVyeYM0/view?utm_content=DAETyVyeYM0&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">Black Yellow Photo Email Newsletter</a> by theUNOpage
</p>
<p>
footer text here {% unsubscribe %}
</p>
</body>
</html>
(14) AFTER SAVE
<html>
<body>
<p>
</p>
<div style="position: relative; width: 100%; height: 0; padding-top: 141.4286%;
padding-bottom: 48px; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
</div>
<a href="https://www.canva.com/design/DAETyVyeYM0/view?utm_content=DAETyVyeYM0&utm_campaign=designshare&utm_medium=embeds&utm_source=link" rel="noopener" target="_blank">Black Yellow Photo Email Newsletter</a> by theUNOpage
<p>
footer text here {% unsubscribe %}
</p>
</body>
</html>
