View Full Version : Links


Misho
07-13-2003, 01:11 PM
Umm I made a frame with a top and a left, but i made the left really big and the right small. The problem is, when I put a link on the right side, and I go to click it, it goes, but the whole page doesnt just the right side..how do i make it so the left side go? How do I make it so the whole page goes?

kittycat
07-13-2003, 01:52 PM
You have to use targeting...
To open the link in your left frame, add target="left" to the link. Change 'left' to whatever the name of your left frame is.
If you want the link to open in the whole window and not in one particular frame, use target="_top"

Misho
07-14-2003, 02:57 AM
Thank you so much!!