Simple linked image code


/ Published in: HTML
Save to your folder(s)

A simple snippet of code that links an uploaded image to an external/internal URL.


Copy this code and paste it in your HTML
  1. <a href="http://yourpinteresturl.com/"><img src="http://yourdomain.com/wp-content/uploads/2012/01/yourpinterest.jpg" /></a>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.