Bookmarks not working correctly

G

Guest

I am having problems getting my bookmarks to work. First I create the
bookmarks, then I create the hyperlink selecting the bookmark on the page I
want. No matter what I do all of my hyperlinks connect to the first bookmark
or top of page. I've checked the hyperlink properties and they seem to be set
up correctly. What could I be doing wrong?
Linda
 
T

Tom Miller

Lindam said:
I am having problems getting my bookmarks to work. First I create the
bookmarks, then I create the hyperlink selecting the bookmark on the page
I
want. No matter what I do all of my hyperlinks connect to the first
bookmark
or top of page. I've checked the hyperlink properties and they seem to be
set
up correctly. What could I be doing wrong?
Linda

Sounds like you might want to post a link to the code.

At the html level it sounds like your not actually getting different tags in
there so they are all going to the same location. If my memory is not
faulty I think it is the tag after the # that has to be unique. Its been a
couple of years since I played with that, so my details could be off.

Tom
 
M

Mike

Hi Linda ,
I've just hit the same problem. Have you managed to get an answer yet.?

Best wishes
Mike
 
G

Guest

I don't know why but when I actually published the site it was working. It
does not wok when I am working on it in Front Page. I spent a lot of time
trying to fix it just to find out it worked. Thanks everyone. I hope this
helps someone else.
Linda
 
T

Trevor L.

Mike said:
Hi Kathleen
I'm working on www.tptiling.co.uk

Hope this helps.
Many thanks
Mike

Hi Mike,

I am not Kathleen, but I had a look at yout site and all links from the Home
Page appear to be links to other pages only (i.e. not to bookmaeked
positions on those pages)

That is, they are all of the form
<a href="victorian_geometric_tiling.htm">
and not for example
<a href="victorian_geometric_tiling.htm#para1">
where para1 would be a named anchor on the page

Can you give me an example on your site of where you want go to somewhere
other than to the top of another page

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
 
M

Mike

Thank you Trevor for such a fast response.

Here's an example of what I was trying to do.
On the Home page to click on 'qualifications' and be linked to the
'qualifications' paragraph on the 'Other Information' page, and similarly on
the 'Contents' page to link 'qualifications' to the 'qualifications'
paragraph on the 'Other Information' page.
The only way I could make it work was to reset the link each time I used it.
It seemed unable to accept that I wanted to link to one destination from two
different start points.

Thank you
Mike



Trevor L. said:
Mike said:
Hi Kathleen
I'm working on www.tptiling.co.uk

Hope this helps.
Many thanks
Mike

Hi Mike,

I am not Kathleen, but I had a look at yout site and all links from the
Home Page appear to be links to other pages only (i.e. not to bookmaeked
positions on those pages)

That is, they are all of the form
<a href="victorian_geometric_tiling.htm">
and not for example
<a href="victorian_geometric_tiling.htm#para1">
where para1 would be a named anchor on the page

Can you give me an example on your site of where you want go to somewhere
other than to the top of another page

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
M

Mike

Problem now solved. I hadn't been saving the insertion of bookmarks in a
timely way. Sorry to have taken up your time
Mike


Trevor L. said:
Mike said:
Hi Kathleen
I'm working on www.tptiling.co.uk

Hope this helps.
Many thanks
Mike

Hi Mike,

I am not Kathleen, but I had a look at yout site and all links from the
Home Page appear to be links to other pages only (i.e. not to bookmaeked
positions on those pages)

That is, they are all of the form
<a href="victorian_geometric_tiling.htm">
and not for example
<a href="victorian_geometric_tiling.htm#para1">
where para1 would be a named anchor on the page

Can you give me an example on your site of where you want go to somewhere
other than to the top of another page

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
M

Mike

Please ignore my last recent message where I jubilantly exclaimed that all
was well. The links worked for one time only and than erroneously always
went to the top of the destination page. I tried Linda's tip and looked at
the published results but the links were not sustained after the first
success.

Any Ideas please.
Mike


Trevor L. said:
Mike said:
Hi Kathleen
I'm working on www.tptiling.co.uk

Hope this helps.
Many thanks
Mike

Hi Mike,

I am not Kathleen, but I had a look at yout site and all links from the
Home Page appear to be links to other pages only (i.e. not to bookmaeked
positions on those pages)

That is, they are all of the form
<a href="victorian_geometric_tiling.htm">
and not for example
<a href="victorian_geometric_tiling.htm#para1">
where para1 would be a named anchor on the page

Can you give me an example on your site of where you want go to somewhere
other than to the top of another page

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
K

Kathleen Anderson [MVP - FrontPage]

Mike:
The Other Information is too short too have the bookmarks on it bump you to
the top of the page. If the page was longer, you could see that they are
working. One thing, though, I would shorten the bookmark names, make them
all lower case, and remove the spaces - for example, change
#Memberships%20and%20Associations to #membership

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


Mike said:
Please ignore my last recent message where I jubilantly exclaimed that all
was well. The links worked for one time only and than erroneously always
went to the top of the destination page. I tried Linda's tip and looked
at the published results but the links were not sustained after the first
success.

Any Ideas please.
Mike


Trevor L. said:
Mike said:
Hi Kathleen
I'm working on www.tptiling.co.uk

Hope this helps.
Many thanks
Mike

Hi Mike,

I am not Kathleen, but I had a look at yout site and all links from the
Home Page appear to be links to other pages only (i.e. not to bookmaeked
positions on those pages)

That is, they are all of the form
<a href="victorian_geometric_tiling.htm">
and not for example
<a href="victorian_geometric_tiling.htm#para1">
where para1 would be a named anchor on the page

Can you give me an example on your site of where you want go to somewhere
other than to the top of another page

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 
M

Mike

Kathleen, very many thanks - great detective work.
Now working fine.
Best wishes
Mike


Kathleen Anderson said:
Mike:
The Other Information is too short too have the bookmarks on it bump you
to the top of the page. If the page was longer, you could see that they
are working. One thing, though, I would shorten the bookmark names, make
them all lower case, and remove the spaces - for example, change
#Memberships%20and%20Associations to #membership

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


Mike said:
Please ignore my last recent message where I jubilantly exclaimed that
all was well. The links worked for one time only and than erroneously
always went to the top of the destination page. I tried Linda's tip and
looked at the published results but the links were not sustained after
the first success.

Any Ideas please.
Mike


Trevor L. said:
Mike wrote:
Hi Kathleen
I'm working on www.tptiling.co.uk

Hope this helps.
Many thanks
Mike

Hi Mike,

I am not Kathleen, but I had a look at yout site and all links from the
Home Page appear to be links to other pages only (i.e. not to bookmaeked
positions on those pages)

That is, they are all of the form
<a href="victorian_geometric_tiling.htm">
and not for example
<a href="victorian_geometric_tiling.htm#para1">
where para1 would be a named anchor on the page

Can you give me an example on your site of where you want go to
somewhere other than to the top of another page

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
 

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