How do I disable the finger icon on mouse-over of a link in html?
I assume it's with the use of a javascript.
use css:style="cursor: default;"
I stand corrected (css not js).
Thanks.