View Full Version : Frames: Linking into the frame


Ninde
02-08-2003, 11:41 PM
Hello... the subject is kinda confusing, but I'm not sure what to call this... I want my page like this one here (http://www27.brinkster.com/fantasywithin/), how the links on the side open into the main central frame in the centre... I'm sorta new to frames.. and I don't know what this is called... I looked on Lissa's tutorials but I'm really confused. ^_^ Here's my site: http://www.geocities.com/pinkmakona/t but the links won't open into my frame :( I'd appreciate some help! Thanks! :D

starlet
02-09-2003, 01:08 AM
You need to target them, so look at what name you gave the iframe...

<iframe src="frame1.html" name="inline" width="341" height="225" frameborder="0"></iframe>

Then use that as the target in your links...

<a href="link" target="inline">Link</a>