+ 2
When anybody click the image....user jump to other page link.....can I add href to image...???
5 Answers
+ 4
<a href="wikia.com" >
<img src="blob.png"
>
</a>
+ 3
Try this:
<a href="http://WEB-URL.com"><img src="IMAGE.jpg" alt=""/></a>
+ 1
I'm not sure, but you can wrap the image in an a tad lounge this : <a href=""><img src =""></a>
+ 1
Thanks
+ 1
<a href="http://sololearn.com" target="_self"><img src="max. jpeg" alt="This is max image."/></a>