View Full Version : I need a very patient person


LaUrIe
06-03-2003, 08:06 PM
I've been wracking my brain for a while now, i'm trying to figure out iframes, i know there are tonnes of questions on this, but the main thing that i need is the targetting, and where exactly to put it?

I would really really really appreciate anyones help Please please pleasE!

Lemon Squash
06-03-2003, 08:24 PM
Your iframe code will look something like this...

<iframe src="iframe.html" name="iframe" width="450" height="515" style="position:absolute; left:30; top:30"></iframe>

Your link will look like this
<a href="http://address you want text to link to" target="iframe">Link</a>

Where it says name="iframe" in your iframe code thats what you use to target it. The target="blah" needs to match up with the name of the iframe...

Example..

name="blog"

target="blog"

Is that what you mean?

LaUrIe
06-03-2003, 11:40 PM
www.geocities.com/i_am_laurie_duh


that's my site?

but i don't understand , i feel bad but i really don't understand, where do i put that?