Embed Objects not displaying in some browsers

On this page:
http://thecondoconnect.ca/resources/mortgage-payment-calculator/

We have an embed object within the text element:

Mortgage payment calculator

For some browser, the text box element displays but the embed content inside does not display.

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.

Thank you, RueNel.

The Content Area element didn’t work but the classic Raw Content worked.

You’re welcome!
We’re glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.