Re: How to Make hyperlink when creating a image in photosop

From: Ryan
Date: 17 Jul 2004
Time: 08:47:05
Remote Name: 204.210.35.160

Comments

Photoshop is not used for the actual web code, but simply making the looks of anything. For this, you use Dreamweaver, Frontpage or if you know HTML pretty well, even Notepad. The code for an image acting as a link is: <a href="thepagename.html"><img src="yourimage.jpg/gif/bmp/whatever" alt="description here"></a>. (Don't forget the useful target="") The <img> tag is simply replacing the text that you may have put to be displayed as your link. The image tag goes in between <a></a>.