Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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

  • 1 odpowiedź
  • 2 osoby mają ten problem
  • 8 wyświetleń
  • Ostatnia odpowiedź od 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>

Wszystkie odpowiedzi (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>