חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Hyperlinks not working another cause

  • 2 תגובות
  • 2 have this problem
  • 2 views
  • תגובה אחרונה מאת cor-el

more options

If you find that only the first 2 hyperlinks work in an HTML5 page it may be that you need to change a block to an inline block. I cannot see the logic of this but doing so cured the problem on my site. This is supplemental to the answer on the other thread as that answer did not apply to my case.

If you find that only the first 2 hyperlinks work in an HTML5 page it may be that you need to change a block to an inline block. I cannot see the logic of this but doing so cured the problem on my site. This is supplemental to the answer on the other thread as that answer did not apply to my case.

השתנתה ב־ על־ידי SteveNewcastle

כל התגובות (2)

more options

Hi Steve, this is very context-specific. If you get a change, perhaps post a link to the other discussion and/or to your page so future readers can get a better idea of where to apply the change.

more options

If links aren't working then that is usually caused by other elements that overlay that part of the screen.
You may also have to add a "clear: both" property is case of floating content.

You can use the build-in inspector or the DOM Inspector to check the page.