+ 3
Please How can one display an image as a link
3 odpowiedzi
+ 2
Thanks bro
+ 1
Just wrap the img tag with the a tag.
<a href="#"><img src="image.jpg"></a>
This would get the job done
+ 1
<a href="#"><img src="img.jpg"/></a>
you can replace yoir link with # and image address with img.jpg