Hello There,
Thanks for writing in!
When inserting an html code, please do not use text element. You must use Content Area element or the Raw Content element. This two element will preserve your code without adding or automatically converting the texts, new lines and line breaks into a <p>
and <br>
tags which is going on in the text element.
<div><h2>Mortgage payment calculator</a></h2><div class="widget" data-widget="calc-payment" data-lang="en"></div><script type="text/javascript" src="https://www.ratehub.ca/assets/js/widget-loader.js"></script></div>
Hope this helps.