Forum Moderators: open

Message Too Old, No Replies

how to do double hyperlinks?

         

roadhazard

4:30 pm on Jul 5, 2005 (gmt 0)

10+ Year Member



Hi, I have a page listing cities. At the top is the alphabet with the hyperlink for each letter which pulls the page to the first line of cities beginning with that letter. No problem with that. The question I have please, is how to have the city names hyperlinked? I cannot get the city hyperlinks to work after setting up the described code. I realize that the main hyperlinking overrides and invalidates my city hyperlinks, but is there any way, please, to get the city hyperlinks to work as well? If not, I will just have to figure another way like putting the information on the main page, not on separate hyperlinked pages. Thanks for any help.

ChadSEO

8:53 pm on Jul 5, 2005 (gmt 0)

10+ Year Member



Some examples of your code would be extremely helpful. Without knowing exactly what your doing, something like this would work fine:

<a href="#a">A</a>
...
<a name="a"></a><a href="alphabet_city.html">Alphabet City</a>

roadhazard

10:59 am on Jul 6, 2005 (gmt 0)

10+ Year Member



Hi, Chad, yes that is the code, but the city hyperlink will not work. If I remove the first hyperlink, then the city hyperlink works fine. I will sticky you with the page and I am very grateful to you for your time to help me.

roadhazard

11:18 am on Jul 6, 2005 (gmt 0)

10+ Year Member



Thanks Chad, it works now thanks to you!