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>
Всички отговори (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>