By DrupalTime-1 on
I want to create an Iframe and show a page from one of my websites (website 1) on another one of my websites (website 2) and I'm not quite sure how to do that. I want the frame of website 1 to go around websites 2's page with a URL from website 1.
I downloaded the iframe and content modules and uploaded them and enabled them but I'm not quite sure how to do what I want. Any help would be greatly appreciated! Thanks a lot.
Oh and I'm using the newest release of Drupal...tkx
Comments
I just used html
Pasted this in the plain text of the page, set the input format to full html. Done
:)
thanks a lot for the
thanks a lot for the recommendation. For some reason it didn't work though...I went to create content, page, changed input to full HTML, paste code you said in HTML editor...and then nothing showed up? Any suggestions. Thanks
I just used html
Whoops. Double post. I suppose you could also use a PHP command to fetch the page and print it. That works too, but can screw up the look of your site.
:)
For example...I just tried to
For example...I just tried to create a page and placed this code in the HTML editor (I use TinyMCE as my WYSIWYG editor)
If you can see this, your browser doesn't understand IFRAME. However, we'll still link you to the file.and my page only displays this:
If you can see this, your browser doesn't understand IFRAME. However, we'll still <A HREF="hello.html">link</A> you to the file.
Any suggestions?
Thanks
Well, be sure to use the full
Well, be sure to use the full html input format. D'ja do that?
:)
Ok I figured it out! You're
Ok I figured it out! You're right...about changing it to full HTML but the thing I wasn't doing was disabling the rich text editor...once I did that and just pasted the code it worked! Thanks again.
Whoops...the first part of
Whoops...the first part of this was suppose to be code but it disappeared once I hit post.