Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

internal document hyperlinks not working

  • 2 antwurd
  • 2 hawwe dit probleem
  • 49 werjeftes
  • Lêste antwurd fan 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.

Keazen oplossing

That is this code:

<a href="#qm_1.0">QM. 1.0 </a> linking to <a name="qm_1.0">QM 1.0 </a>
Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (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

Keazen oplossing

That is this code:

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