Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking to anchor in another page 1

Status
Not open for further replies.

mcovey

Technical User
Apr 16, 2001
6
US
I am linking from a table of contents page to the text body of another page and the link is something like <a href=&quot;chapter1.htm#102&quot;> with the anchor named &quot;102&quot; on page &quot;chapter1.htm&quot;.
It works fine in IE, but gets directed to the bottom of the page in Netscape 4.7.

I have tried moving the achor around in the source code -- outside the font tag, inside the font tag, a few lines away from the target -- all with the same results.

Any suggestions?
 
I double checked your code and it appears you are doing everything right..

Your anchor name code should be...

text<a name=&quot;top&quot;></a>

the actual link to the anchor from another page should be...

<a href=&quot;yourfile.htm#Top&quot;>text</a>

Ya' Gotta Love It!:)X-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top