This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Buscar en Ayuda

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.

Learn More

some hyperlinks are not working e.g. #page-item and <a name="#page-item"> how can I resolve that

  • 1 respuesta
  • 2 tienen este problema
  • 8 visitas
  • Última respuesta de cor-el

more options

It's a toplink to a page item on the same page internal (hyperlink) that is not working. E.g. toplink e.g. #ssc01 to the internal pagelink <a name="#ssc01">Algemene Informatie</a>

It's a toplink to a page item on the same page internal (hyperlink) that is not working. E.g. toplink e.g. #ssc01 to the internal pagelink <a name="#ssc01"><b>Algemene Informatie</b></a>

Todas las respuestas (1)

more options

Don't add the hash (#) to the name attribute. The hash is used in the URL as separator and should not be in the name.

<a name="ssc01">Algemene Informatie</a>