The simplest solution:
1 2 3 4 |
<a ..> <div> </div> </a> |
The thing is that if there are other links inside the div, then it will not work and a different solution is required.
The simplest solution:
1 2 3 4 |
<a ..> <div> </div> </a> |
The thing is that if there are other links inside the div, then it will not work and a different solution is required.