Sunday, 8 November 2015

How to Add a Link into an Image

1. Here's the code you need:

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

SHARE THIS

0 comments: