MSPLINKS...

Discussion in 'Technology' started by Gary Proud, May 17, 2009.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Gary Proud

    Gary Proud Registered User

    Joined:
    Apr 4, 2005
    Messages:
    5,914
    Likes Received:
    134
    MSPLINKS...

    Does anyone have an 'idiots guide' how to create these. Im basically looking to make a picture into clickable link leading to an alternative page.

    Help appreciated :)
  2. 1615634792921.png
  3. Blakey

    Blakey Registered User

    Joined:
    May 19, 2005
    Messages:
    1,511
    Likes Received:
    0
    Location:
    t-side
    Like this?

    [​IMG]

    not got access to a ftp so can't test this out but i think it's something along the lines of:

    Code:
    <a href="http://www.nucastle.co.uk" target="_blank"><img src="url of image image"</a>
  4. Gary Proud

    Gary Proud Registered User

    Joined:
    Apr 4, 2005
    Messages:
    5,914
    Likes Received:
    134

    Aye thats the one mate, how do you generate it without having the URL image code (the image is downloaded on my laptop)?
  5. Mr.B.ThatsMe

    Mr.B.ThatsMe 'yi raji puff

    Joined:
    Mar 7, 2005
    Messages:
    7,525
    Likes Received:
    1
    Location:
    Crawcrook
    think you just put img src=image.jpg as long as it's saved in the same directory as the web page. if it's in an images directory, then src=/images/image.jpg
    Don't take my word for it though :p
  6. Elektro_Tek

    Elektro_Tek Registered User

    Joined:
    Feb 17, 2004
    Messages:
    1,702
    Likes Received:
    1
    Location:
    neurosciencerecordings.co.uk
    <a href="http://www.link.com" target="_blank"><img src="http://www.site.com/image.jpg" border="0" /></a>
  7. Gary Proud

    Gary Proud Registered User

    Joined:
    Apr 4, 2005
    Messages:
    5,914
    Likes Received:
    134
    Cheers Che! :)

Share This Page