code to use an online image as a link

Discussion in 'HTML & Website Design' started by popnyc, Mar 29, 2008.

  1. #1
    This affiliate program just has banners hosted, I am able to display the banner but how can I make it a clickable link?

    not sure how..
    <a href="img src="http://thepictureonline.com"></a>

    ?
     
    popnyc, Mar 29, 2008 IP
  2. kevster1

    kevster1 Peon

    Messages:
    747
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    nearly right

    <a href="http://www.whereyouwanttheclicktogo.com"><img src="http://www.pathtoimage/picture.jpg"></a>
     
    kevster1, Mar 29, 2008 IP
  3. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #3
    You may also target the site to open in another window and create an "alt" text for the image.
    <a href="http://thepictureonline.com" target="_blank"><img src="http://thepictureonline.com/images/theimage.gif" alt="whateverimagedescription"></a>
     
    mds, Mar 29, 2008 IP
  4. popnyc

    popnyc Active Member

    Messages:
    1,391
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    75
    #4
    thanks for the quick answers!

    I like that eagle picture. It's for an ebay listing so I should do it the regular way.
     
    popnyc, Mar 29, 2008 IP
  5. Farhan5

    Farhan5 Peon

    Messages:
    189
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    do u want its link also..or just want to add a pic...on your site
     
    Farhan5, Mar 30, 2008 IP