HTML Code:
<a href="http://www.pageresource.com">
The red part is your link you want to add to your image
2.Then you add the following code next
<img src="http://www.yoursite.com/yourimage.jpg"
height="100" width="100" />
</a>
The blue part is your image url (Press here you may like to see this also)
3.Then the whole code will look like this
<a href="http://www.pageresource.com">
<img src="http://www.yoursite.com/yourimage.jpg" height="100" width="100" />
</a>
4. Done
0 comments: