Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

internal document hyperlinks not working

  • 2 odgovora
  • 2 imaju ovaj problem
  • 102 prikaza
  • Posljednji odgovor od cor-el

more options

I have created an html web page with internal hyperlinks to parts of the page e.g. <a href="#qm_1.0">QM. 1.0 </a> linking to <a name="#qm_1.0">QM 1.0 </a>. These links work fine in IE but not with Firefox. Hyperlinks to other pages are ok.

I have created an html web page with internal hyperlinks to parts of the page e.g. <a href="#qm_1.0">QM. 1.0 </a> linking to <a name="#qm_1.0">QM 1.0 </a>. These links work fine in IE but not with Firefox. Hyperlinks to other pages are ok.

Izabrano rješenje

That is this code:

<a href="#qm_1.0">QM. 1.0 </a> linking to <a name="qm_1.0">QM 1.0 </a>
Pročitaj ovaj odgovor u kontekstu 👍 1

Svi odgovori (2)

more options

Remove the # from the name, and you should be using id= in either case no #

Use # only on the link.

more options

Odabrano rješenje

That is this code:

<a href="#qm_1.0">QM. 1.0 </a> linking to <a name="qm_1.0">QM 1.0 </a>