Need help get making a picture into email link

6 replies
  • WEB DESIGN
  • |
Can anyone tell me how i can make it that when someone clicks the a picture it will bring up outlook or other with my email address in it.

I am using dreamweaver 8
#email #link #making #picture
  • Profile picture of the author James Kenton
    You need to use a mailto link.

    I haven't been a member long enough to post a link (the forum stops me) but if you search Google for w3schools, go to their website and then search for mailto you'll find what you're looking for.
    {{ DiscussionBoard.errors[4485402].message }}
  • Profile picture of the author javistuff
    Here you have the example for what jameskenton pointed out:

    Tryit Editor v1.4

    You just have to insert the picture (with an <img...> tag) between the two <a> </a> tags. You can play with the example in the link above.

    Javier
    {{ DiscussionBoard.errors[4486148].message }}
    • Profile picture of the author ronc0011
      If you need to use a server side mail script or you run the risk of your psge being hijacked by spamers.
      {{ DiscussionBoard.errors[4486401].message }}
  • Profile picture of the author SUPER Louie
    try a mailto link
    Signature
    A superhero is someone who knows how to be quiet, shed a tear for a moment, then pick up his sword, and fight again!
    {{ DiscussionBoard.errors[4486599].message }}
  • Profile picture of the author Sohel Parvez
    HTML Code:
    <a href="mailto:someone@example.com?Subject=Hello again"><img src="Your_Image_Adress"/></a>
    Lets Try
    {{ DiscussionBoard.errors[4487886].message }}
    • Profile picture of the author ronc0011
      you should not use a mailto link it i s highly vulnerable to spammrs it is possible for people o hijack your mailto link and use it to spam. for this reason you need to use a serverside mail script
      {{ DiscussionBoard.errors[4495997].message }}

Trending Topics