I tried to insert the code in a block, but only my own page show up.
How can we get the same effect in a block as a node? I want to use it with Panels.
I tried to insert the code in a block, but only my own page show up.
How can we get the same effect in a block as a node? I want to use it with Panels.
Comments
Comment #1
Ole Martin commentedFor other who want to do the same;
<div class="iframe_title"></div><iframe src="http://drupal.no/" width="100%" height="700" frameborder="0" id="iframe-0" name="iframe-0">Your browser does not support iframes. But You can use the following link. <a href="http://drupal.no/" title="">Drupal.no</a></iframe> </div>Comment #2
neffets commentedtry module insertFrame.
Comment #3
cgjohnson commentedcan you be more specific? I would like a clickable title that displays the iframe in another panel pane. Is this possible?
thanks