Hello, I have 3 images I had created for my site's home page and I need to make these images clickable so visitors might click on them to navigate the website further. Regards, Mohamed
Both are pretty easy, you can link the whole image by doing <a href="pageyouwanttolinkto.htm"><img src="imagenamehere.jpg"></a> I'll get you some code for the specific buttons when I'm at a PC, iM not typing it all out from mobile //EDIT: The easiest way to do specific areas looks to be in HTML: http://www.w3schools.com/tags/tag_area.asp http://www.w3schools.com/tags/tag_map.asp Whether this code is still W3C valid or supported by major browsers I don't know. There's a lot of other ways to do it depending how complex you want to get - could be done with CSS, Javascript, jQuery, depends what languages you are confident with.