Hey guys i'm in need of some help. I'm making a website that has 1 main image that i have used in the css. The css image has 4 smaller images attached to it and i want to be able to have a hyperlink that directs to a website if a user clicks on one of those smaller images. How would i go about positioning the links around the HTML page? If you guys need more information just ask
<a href="http://www.mysite.com" id="image1"><img src="myimage.jpg" /></a> If you want to position the link (and the image included in it), use css to position the id (#image1 {margin-top: 25px; margin-left: 50px;} etc.)
Hi, You can simply convert those images into an hyperlink or button and get the user redirected to another page. Thanking You, Futureistic Team