A Iframe is a frame that loads in a website page or a picture, to do this your have to add this code.
<iframe src="http://">
this is located in the body of your page, for example.
<html>
<head>
</head>
<body>
<iframe src="http://www.rjswebhost.com" width="350" height="250">
</body>
</html>
If you copy and past this code you will get a frame with the address in it, the width and height are the size of the frame.
How do I create a Iframe?
How do I create a Iframe?
Rogers Software