View Full Version : iframes....


summergrl164
07-18-2003, 02:37 PM
Hello, I'm having a problem with my iframe. I am using this code

<body topmargin="0" leftmargin="0">
<img src="AngelicLayout.gif">
<DIV id="innocence" style="position: absolute; top: 420px; left: 185px;">
<iframe width="360" height="300"></iframe></DIV>

</body>

and it works perfectly, but I can't figure out where I add the the second page at.. Like you go to a webpage and the Home.html automatically comes up. Thats what I mean. Everytime I try to put the code in their I get a second iframe! PLEASE HELP! THANKS

starlet
07-18-2003, 02:42 PM
<iframe src="inline.html" name="inlineframe" width="360" height="300"></iframe>

Change inline.html to the page you want to appear in the iframe...is that what you were asking?

summergrl164
07-18-2003, 02:53 PM
That code gives me another iframe. I just want to figure out somewhere in my code above where I can add the target...