I’m trying to use an iframe in a wiki entry using the wiki module. I create a page, edit it, and in the entry’s content text area enter:
<iframe src=“http://www.google.com” width=“540” height=“400”></iframe>
When the entry is saved I do not see the iframe, but the code shown above as text as if the iframe tag is being ignored.
How can I enable iframes on wiki entries? We are using the wiki to display tutorials which need to show flash swf demos in the article using an iframe.
Thanks in advance!