Embed Iframe

Permalink
Hi,

How can i embed Iframe in to an HTML block.

Thanks.

 
Mnkras replied on at Permalink Reply
Mnkras
You do know there is an iFrame block in the market place for free.

or you can Google iFrame and use this code in it:

<iframe src ="html_intro.asp" width="100%" height="300">
  <p>Your browser does not support iframes.</p>
</iframe>