+ 1
Make an img with a link?
How do I make it, so my image -when clicked- will send you to a link?
2 Respostas
+ 9
<a href="destination.html"><img src="pic.png"></a>
0
<a href="your.html" target="_blank"><img src="your image.png" alt="image hyperlink"></a><!-- you can add style here -->