View Full Version : page anchor help plz


claylover
09-25-2004, 05:34 AM
i made a site, and i need to make a page anchor on another page. like, i have a image on the main page, and when they click it, it goes to a different page, so i need to know how to make a page anchor to go to a specific part on another page. do u get it? if not, i can just show you....thanx

pb&j
09-25-2004, 07:05 AM
add the anchor into your link to the other page.

<a href="otherpage.html#anchorname"> text or image here </a>

claylover
09-25-2004, 04:27 PM
add the anchor into your link to the other page.

<a href="otherpage.html#anchorname"> text or image here </a>

um....what is the anchor name? i don't understand that one...sorry...

Sheila
09-25-2004, 05:42 PM
That's the codeword so the link knows where to go..

For example:

<a href="otherpage.html#firsttopic ">Go To Topic</a>

<A name="firsttopic">The Topic</A>

claylover
09-25-2004, 05:54 PM
That's the codeword so the link knows where to go..

For example:

<a href="otherpage.html#firsttopic ">Go To Topic</a>

<A name="firsttopic">The Topic</A>

ok...i know you prolly think i am stupid, but i am still confused.
so i would put the first tag on the main page link, and the second one where?

herez wat i need to do...herez my web site www.masters-touch-blends.cjb.net and you know the part on the left side that has current challenges and the 3 pics? well, i want the first pic to go to the challenge #01 part of the challenge page, the second pic to go to the challenge #02 part of the challenge page, etc.


so how would i do that? thanx

pb&j
09-26-2004, 03:23 AM
here is a link to lissa's page on anchors...
http://www.lissaexplains.com/html4.shtml#anchor

making it go to a second page to a specified anchor spot is like described in our previous posts. just add in the second webpage name to the HREF value.