Fast Living Kid
03-16-2003, 03:19 AM
I have an image. How do i put a link onto the image, so when i click the image, it links me to another page on my web?
|
View Full Version : image and html Fast Living Kid 03-16-2003, 03:19 AM I have an image. How do i put a link onto the image, so when i click the image, it links me to another page on my web? apples 03-16-2003, 03:22 AM Try this: <a href="http://link.com"><IMG SRC="picture"></a> |