Hello,
I want to create link with images inside div having absolute position. But link is not being generated. How can I apply link to that div? here is my code.
<div style="position: absolute;padding-top:100px;padding-left:50px;">
<a href="http://www.example.com"><img src='path-to-image'></a>
</div>
Please help me.
Thanks in advance.