Search code examples
htmlcsshyperlinkhref

href link to nowhere


I've got a hover effect under "Latest Playlists" https://phuzz.superhi.com/

but would like to make the link unclickable or not to go anywhere. I've tried the return false and couple of other options but it just makes the page scroll to the top and reload?

This is what I've got at the moment:

  <a href="#"><em>2.</em><i> INTO THE FIRE BY SUCK</i> <img src="rs-13160-102513-black-flag-623-1382724540.jpg"> </a>

Thanks!


Solution

  • If you don't want it clickable, don't use <a> anchor in the first place.

    Use <span></span> tag instead.