Welcome image clickable?

Discussion in 'Programming' started by tokyoice, Oct 8, 2011.

  1. #1
    I want a welcome image where users can click. When a user clicks the image it will send the person off to a different part of the website. Anyone know how to do this? Thanks.
     
    tokyoice, Oct 8, 2011 IP
  2. mrmuggles

    mrmuggles Greenhorn

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    Something like that :
    <a href="/linkToOtherPart.html"><img src="/path/to/your/image/yourImage.jpg"></a>
     
    mrmuggles, Oct 8, 2011 IP
  3. tokyoice

    tokyoice Well-Known Member

    Messages:
    3,326
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Thank you for your reply... Hmm, still seem to be having problems with this..
     
    tokyoice, Oct 9, 2011 IP
  4. Vooler

    Vooler Well-Known Member

    Messages:
    1,146
    Likes Received:
    64
    Best Answers:
    4
    Trophy Points:
    150
    #4
    You want a popup kind of splash image appearing over content?

    regards
     
    Vooler, Oct 10, 2011 IP
  5. HuggyEssex

    HuggyEssex Member

    Messages:
    297
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    45
    #5
    Tell us where you want the user to go to and whats the URL of the page you want them to be sent to. Once we have that we can make the simple HTML code for you.

    Glen
     
    HuggyEssex, Oct 10, 2011 IP