I want to use an entire div as a link.. without the use of \"onclick\"
\"onclick\"
Is this possible with a simple href?
href
Thanks
simple answer is no, you can use onclick with css cursor:pointer to get the same functionality, though.
onclick
cursor:pointer