Iframe stop loading of the page

Hi, I try to insert an iframe in a website, it loads well but everything that was after the div with the iframe does not load when I put it. I tried with a vimeo iframe to see if it works and it worked.
Do you have any idea of where should be the problem? Here is the iframe:

<iframe src="https://www.appsheet.com/preview/f48d1d6a-5579-4cd0-b586-87d98437f7fe#control=Suivi+rรฉfรฉrences&page=table&search=SAGA" width="395" height="280" frameborder="0"/>

Solved Solved
0 4 548
1 ACCEPTED SOLUTION

I found the solution!
I just closed the iframe in another tag: <iframe "....."></iframe>

<iframe src="https://www.appsheet.com/preview/f48d1d6a-5579-4cd0-b586-87d98437f7fe#control=Suivi+rรฉfรฉrences&page=table&search=SAGA" width="395" height="280" frameborder="0"></iframe>

View solution in original post

4 REPLIES 4
Top Labels in this Space