Search Support

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 reply
  • 2 have this problem
  • 9 views
  • Last reply by 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>

All Replies (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>