+ 1
How do i add a link to an image, help with the code
3 Answers
+ 2
Abdullahi Lawal may need to Read CSS
+ 11
to add link to image wrap the <img> tag by <a> tag.
+ 9
This should work.
You wrote it wrong.
<a href='http://i.imgur.com/KloC8z5'><img src='http://i.imgur.com/KloC8z5.jpg' alt='' width="350px" height="1000px" style="display:block; margin-left:auto; margin-right:auto;"></a>