Linking A URL To A Picture

2 posts Page 1 of 1
Contributors
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Linking A URL To A Picture
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
Last edited by GoodGuy17 on Sun Jan 10, 2010 5:21 am, edited 1 time in total.
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Linking A URL To A Picture
Lewis
Thanks for releasing to community ;)
Image
2 posts Page 1 of 1
Return to “Tutorials”