![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
some hyperlinks are not working e.g. #page-item and <a name="#page-item"> how can I resolve that
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)
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>