Page 1 of 1

Linking A URL To A Picture

Posted: Sat Jan 09, 2010 5:17 am
by GoodGuy17
Hello,
Here is how to make an image and make it go somewhere when you click it.
When making your website, this must go between the <body> tag. Here is the total code:
Code: Select all
<html>
<body>
<a href="LINK.COM"><img src="PICLINK.COM"></a
</body>
</html>
This could be useful in some ways.
Use it wisely!
~GoodGuy17 :D

Re: Linking A URL To A Picture

Posted: Sat Jan 09, 2010 11:46 am
by Lewis
Thanks for releasing to community ;)