G
GLMoore
I use FP2000 for a disc-based web that acts as a Help file for a software
product. We've been using it for about 3 years now with only minimal
problems.
One page is an index with instructions given on how to use CTRL+F to search
for the desired subject; however, someone has requested that there be a set
of the alphabet letters at the top of the page, each letter linked to a
bookmark on the page where the topics beginning with that letter start.
I've made the individual letter anchors at the proper place throughout the
page, and put a string of the individual letters across the top of the page,
and linked each one ... and these links don't work. There's nothing odd
about the code, it's just
<p align="center"><b><a href="#A">A</a>-<a href="#B">B</a>-<a
href="#C">C</a>-<a href="#D">D</a>-<a href="#E">E</a>
etc.
All the other existing links on the page (internal and external) still work
just fine.
It's really got me stumped -- is there some prohibition in FP2000 against
single character links? Is there an upper limit of links for any given
page?
Thanks if you can help
GLMoore
product. We've been using it for about 3 years now with only minimal
problems.
One page is an index with instructions given on how to use CTRL+F to search
for the desired subject; however, someone has requested that there be a set
of the alphabet letters at the top of the page, each letter linked to a
bookmark on the page where the topics beginning with that letter start.
I've made the individual letter anchors at the proper place throughout the
page, and put a string of the individual letters across the top of the page,
and linked each one ... and these links don't work. There's nothing odd
about the code, it's just
<p align="center"><b><a href="#A">A</a>-<a href="#B">B</a>-<a
href="#C">C</a>-<a href="#D">D</a>-<a href="#E">E</a>
etc.
All the other existing links on the page (internal and external) still work
just fine.
It's really got me stumped -- is there some prohibition in FP2000 against
single character links? Is there an upper limit of links for any given
page?
Thanks if you can help
GLMoore