Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

تلاش سپورٹ

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

مزید سیکھیں

internal document hyperlinks not working

  • 2 جواب دیں
  • 2 میں یہ مسئلہ ہے
  • 103 دیکھیں
  • آخری جواب بذریعہ cor-el

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.

منتخب شدہ حل

That is this code:

<a href="#qm_1.0">QM. 1.0 </a> linking to <a name="qm_1.0">QM 1.0 </a>
اس جواب کو سیاق و سباق میں پڑھیں 👍 1

تمام جوابات (2)

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

Use # only on the link.

منتخب شدہ حل

That is this code:

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