+ 1

How to use images as links?

how can we use images as links. pls explain with examples

2nd Jul 2017, 12:54 PM
Jasvir Singh
Jasvir Singh - avatar
4 Answers
+ 1
<a href="link to your page.format">   <img src="link to your image.format" alt="Image used as link" style="width:42px;height:42px;border:0;"> </a>
2nd Jul 2017, 12:59 PM
JULIAN ANTHONY
JULIAN ANTHONY - avatar
+ 3
<a href="url_page"><img src="url_img" alt="description"></a>
2nd Jul 2017, 12:56 PM
visph
visph - avatar
+ 1
I spare comments, as it seems to me enough explicit... but feel free to ask for more verbose explanation ;)
2nd Jul 2017, 12:59 PM
visph
visph - avatar
0
thnx
2nd Jul 2017, 12:57 PM
Jasvir Singh
Jasvir Singh - avatar