搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 1 个回答
  • 2 人有此问题
  • 8 次查看
  • 最后回复者为 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>

所有回复 (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>