+ 1
how to make image as link
4 ответов
+ 6
<a href="test.html">
<IMG SRC="test.gif">
</a>
at center of the link tags used IMG tags and url of img
+ 4
nest the image inside a link e.g
<a href="http://site.com">
<img SRC="image.jpg" />
<\a>
+ 1
put the image tag inside the a tag and give it a look by adding css
+ 1
<a><img src="path"></img></a>