Reputation: 96
I have an iFrame on my site, and instead of using an src
attribute, I want to show inline HTML within the iFrame. Is there any way I can do this?
Example:
<iframe><p>Hello World</p></iframe>
Should show text saying "Hello World" within an iFrame, but shows this instead:
<iframe><p>Hello World</p></iframe>
Upvotes: 1
Views: 205