Is there any way I can retain the cursor: pointer feature? Rather than the cursor remaining an arrow when it is hovering over the image link?

  • phoebeseward
    Asked on June 23, 2015 at 6:53 PM
    Is there any way I can retain the cursor: pointer feature? Rather than the cursor remaining an arrow when it is hovering over the image link?
  • David JotForm Support Manager
    Replied on June 23, 2015 at 8:38 PM

    You can change from pointer(arrow) to hand like this:

    <a class="lightbox-51732076637155" style="cursor:hand;color:blue;text-decoration:underline;"><img src="YOUR IMAGE URL HERE" style="width:304px;height:228px;"></a>

    Is there any way I can retain the cursor: pointer feature? Rather than the cursor remaining an arrow when it is hovering over the image link? Image 1 Screenshot 20

     

    Hope this is what you mean, let us know if you need more help.

  • phoebeseward
    Replied on June 23, 2015 at 8:55 PM

    Thank you so much!