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
I do not think this is possible without the use of onclick event.You can use display:block; for displaying the link as a div but nothing else.
display:block;