If you are wandering if is possible to make a entire div is clickable this is the trick you have to use:
<div onclick=”location.href=’URL’;” style=”cursor: pointer; height:50px; width:150px”>
Remember to make an entire div tag clickable you have to use the “onlick” function and set the URL you want to link and very important is to change the cursor style to a pointer, to usability purpose.
Is important after to set the height and width.
Popularity: 1% [?]







Appreciate you sharing, great post.Really thank you! Fantastic.