PE wrote:
> 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>
--
Cheers,
Trevor L.
Website:
http://tandcl.homemail.com.au