April 7, 2011

picture link!

today I want you to make a link that is a clickable picture. Here's how:



you already know how to make a link, like this: <a href="your_url_goes_here">Click here!</a> And you already know how to show an image, like this: <img src="your_picture.jpg" /> Then you can combine those tags to make an image into a link: <a href="your_url_goes_here"><img src="your_picture.jpg" /></a> See that? You're just replacing the text ("Click here!") with the code to generate an image.


So try to do that with a custom Photoshop-ed picture. Change the colors, add pictures, add text. 
Don't forget to "save for web"

No comments:

Post a Comment