Here guys I will show you how to make HTML Image Hyperlink! A Hyperlink is usually text link but many people prefer image instead of text, so here is how to do it:
This link will open in a new window, but if you wish to be open link in the same window just remove "target="_blank">
Remember to replace height="100" width="100" according to your image dimensions!
Code:
<a href="LINK-URL" target="_blank"><img src="IMAGE-SOURCE" height="100" width="100" border="0" />
This link will open in a new window, but if you wish to be open link in the same window just remove "target="_blank">
Remember to replace height="100" width="100" according to your image dimensions!