PDA

View Full Version : Linking HTML into an iframe??


807orion
08-01-2008, 09:53 PM
I am working on a web site for my son, whereas I create an iframe on a page and then I want to have a site such as www.cnn.com load into that iframe.
I think it can be done, but I haven't been able to insert a source code that will do it. Anyone have some ideas or input.

JohnnyD
08-01-2008, 11:52 PM
I am working on a web site for my son, whereas I create an iframe on a page and then I want to have a site such as www.cnn.com load into that iframe.
I think it can be done, but I haven't been able to insert a source code that will do it. Anyone have some ideas or input.

Go to this site, and it will tell you exactly how to do it.

http://www.w3schools.com/tags/tag_iframe.asp

I use it and it works great.

807orion
08-04-2008, 08:32 AM
Thanks JohnnyD for the information and the link. I got it working with the information provided by the link. Much thanks again,