Urgent_half of the page just disappeared

Half of the webpage just disappeared on the front end. But it all looks normal in Cornerstone. Help!

Hello @brianstock,

Thanks for posting in!

I have investigated your issue and I found out that you have inserted a broken HTML <iframe> which resulted to the issue. You have inserted these codes:

<iframe style="border: solid 1px #e4edf2;" src="https://www.stitcher.com/embed/219843" width="220" height="150" frameborder="0" scrolling="no" />

<iframe style="border: solid 1px #e4edf2;" src="https://www.stitcher.com/embed/182895" width="220" height="150" frameborder="0" scrolling="no" />

You are missing the closing </iframe> tags in the code above. Please have it corrected or double check the source of the iframe embed code.

Kindly let us know how it goes.

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