Buying Image linked to webpage

Discussion in 'Design' started by mielshall, Nov 9, 2011.

  1. #1
    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
     

    Attached Files:

    mielshall, Nov 9, 2011 IP
  2. JDBComputing

    JDBComputing Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Do you want the whole image clickable or just the 'read more' button?
     
    JDBComputing, Nov 9, 2011 IP
  3. mielshall

    mielshall Greenhorn

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Which ever is easier... I would prefer to have the read more button.
     
    mielshall, Nov 9, 2011 IP
  4. JDBComputing

    JDBComputing Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    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 :p

    //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.
     
    Last edited: Nov 9, 2011
    JDBComputing, Nov 9, 2011 IP