Bookmark problem

P

PE

I have created several bookmarks on a page and links from other pages to
these bookmarks. However, when I click a link I always get taken to the
bottom of the page with bookmarks instead of to the right place on the page.

I don't know what I am doing wrong to cause this, any help to correct this
would be much appreciated.

Al
 
T

Trevor L.

PE said:
I have created several bookmarks on a page and links from other pages
to these bookmarks. However, when I click a link I always get taken
to the bottom of the page with bookmarks instead of to the right
place on the page.

I don't know what I am doing wrong to cause this, any help to correct
this would be much appreciated.

Al

Assume
1. The page with bookmarks on it is 'page1.html'
2. The bookmarks on 'page1.html' are:
<a name= 'para1'></a>
<a name= 'para2'></a>
etc.
3. The pages from which you want to link are:
'page2.html'
'page3.html'
'page4.html'
etc.

Then the links on 'page2.html', etc should be:
<a href='page1.html#para1' >...</a>
<a href='page1.html#para2' >...</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top