View Full Version : I AM clueless!*


Lees
10-24-2005, 05:45 PM
I am afraid I'm not getting this wholoe iframe concept. :confused:
I mean, why do you have to put a URL

<iframe frameborder="0" border=0 width=310 height=246 src="HERE" name=IFRAME style="position:absolute; left:21; top:161" scrolling=auto allowtransparency="true"></iframe>
<script language="JavaScript">
<!--

And this one here:
http://www.freewebs.com/visualbliss/premades/guinevere1.html

How are you supposed to get a big ol' webpage to fit in there!

:confused:

I need answers!!

*eghem* If someone would be so kind as to answer my
crazy, and probably dumb questions
I would be very appreciative, thank you. ;D

:star:
:cloud:

CassieNG
10-24-2005, 06:18 PM
An iFrame is used to combine two or more html pages into one page. So, you have to put a URL there because the iFrame's purpose is to open another html page. Does that make sense?

Most of the time people don't put a big ole' webpage in an iframe. They put a webpage with just the text they want inside the iFrame.

In the page you gave for an example.. this is what's on the page that the iFrame is linked to Click Here (http://www.freewebs.com/visualbliss/premades/guinevere1home.html).. See how that is only text?

Lees
10-25-2005, 08:53 PM
Aaaaaah, thank you. :) You are quite helpful. :)

Yeah, I get it now. ;D