View Full Version : Frame Linking


homer_simpson
08-02-2004, 03:23 AM
I got 2 Frames on my website...

One frame is at the top and one is at the buttom..I have pictures that are linked and go to other pages in the top frame.

And when I click on image at the top frame,it loads a page at the top..but the buttom stays that same...

How can I click on the top frame link and make the page load on the buttom frame?

Thank You Very Much!!!

kittycat
08-02-2004, 04:09 AM
You need to target your links.
<a href="link" target="yourframename">
Change 'yourframename' to the name of the bottom frame, it must match exactly to work.

homer_simpson
08-02-2004, 04:20 AM
You need to target your links.
<a href="link" target="yourframename">
Change 'yourframename' to the name of the bottom frame, it must match exactly to work.

How do I target my link...Im using Geocities.com Page Builder...so where do I put the code in?

Thank You very much!!

pb&j
08-02-2004, 06:43 AM
http://www.yahoopagebuilderhelp.com/frames.html

homer_simpson
08-02-2004, 07:06 AM
You need to target your links.
<a href="link" target="yourframename">
Change 'yourframename' to the name of the bottom frame, it must match exactly to work.

Maybe you didn't understand the code.

Ok,how can i have a picture with a table arround it and the picture is linked that goes to http://urlname.com

I want the picture to have like the photo frame(NOT Website FRAME)
Frames that go on pictures..

Thank You!!