Need help adding an HTML Block

Hello,
I am trying to find a way to import an HTML block into Cornerstone. I am able to add it in WP, but then I am unable to edit the backgrounds and such in Cornerstone. Is there a way I can add it like I have done to the page itself?

URL of what it needs to look like: http://test.jurassicstreams.com/?page_id=180

HTML Code:

<iframe src="XXXXXX" style="border:0px #ffffff none;" name="XXX" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="5100px" width="100%" allowfullscreen=""></iframe>

Hi Tre,

Thank you for reaching out to us. I see you’re trying to add an iframe using Cornerstone. You can add any HTML block in Classic Raw Content element. To add an iframe, first add a Classic Raw Content element (see screenshot)

Then paste your HTML code inside the Content field (see screenshot)

<iframe src="XXXXXX" style="border:0px #ffffff none;" name="XXX" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="5100px" width="100%" allowfullscreen=""></iframe>

Hope this helps!

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