Hi @ocio132,
I’m seeing two issues with your HTML that could be contributing to the problem.
The first is your iframe code. It looks like it’s missing the closing quote after the height attribute.
https://pasteboard.co/OGPHXZK0vM0y.png
Second, the div tag immediately following the iframe has an extra style=” in the middle of the style attribute.
https://pasteboard.co/XG7hqNX9FkiB.png
Double check your HTML and see if that clears up your issue.