Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 1 odpověď
  • 2 mají tento problém
  • 8 zobrazení
  • Poslední odpověď 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>

Všechny odpovědi (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>