View Full Version : iFRAME HELP PLEASE!!!!


loserw/a guitar
04-27-2003, 12:56 AM
http://www.geocities.com/xxx_flamethrower_xxx/index.html

I'm extremely frustrated. I have an iframe but just don't understand how to get the links to end up in the iframe. they start out there, but when i click on a link to get everything inside the frame, it opens up a totally new page. I've read over the tutorial for 2 hours and am still stumped. I understand how to start the text in the iframe, but getting other pages in is my problem. If someone can tell me or has a link for this i would be SO happy.

Cherchezlafemme
04-27-2003, 01:01 AM
Use this: (its from lissa's site)

How do I add links to my left or top frame? In order to have your links on the left side or top of your frame link to a new page on the right side or bottom of your frame, you need to add this tag either to your image or text link (substitute your own information where you see bold text):

<a href="newpage.html" target="rightside">Name of your link</a>

You can also target any frame using this tag. Just substitute the name of your frame (rightside, leftside, bottom, top) in the "target=" portion of the above tag. If you don't target the right frame or bottom frame, your links will just open up in the same frame.