That's right, </iframe>
is better than <iframe/>
;-)
But this change nothing on the page...
By adding this custom css code, the text under the iframe is comming back..
`iframe {
border: none;
}
.output {
background: #eee;
}`
It reinforces my idea that the problem may come from the template...
Cheers,