Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

internal document hyperlinks not working

  • 2 wotmołwje
  • 2 matej tutón problem
  • 49 napohladow
  • Poslednja wotmołwa wot 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.

Wubrane rozrisanje

That is this code:

<a href="#qm_1.0">QM. 1.0 </a> linking to <a name="qm_1.0">QM 1.0 </a>
Tutu wotmołwu w konteksće čitać 👍 1

Wšě wotmołwy (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

Wubrane rozrisanje

That is this code:

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