Click to See Complete Forum and Search --> : frame targets within another frame


James nle
09-14-2003, 09:35 AM
sorry I'm a bit new at allthis, I need to click on a link in one frame and have it open in another, now I have got that fine and my target is target="content", however, I need it to then open up halfway down the page within the new frame so as to highlight specific pitcures first of all, I have named the area I want the link to go to but do not know how to write a link that will do this. Please help!

AdamBrill
09-14-2003, 09:41 AM
Ok, first of all, you need to put an anchor where you want it to go to. After you've done that, the link should look like this:

<a href="whatever.htm#anchorname" target="content">Click here</a>

James nle
09-14-2003, 09:47 AM
Thanks very much, that has stopped lots of pulling out of hair!!!

AdamBrill
09-14-2003, 10:00 AM
LOL, I'm glad to help. ;)