How Can I Put A Clickable Link On My Site?

4 replies
  • WEB DESIGN
  • |
I want to put product images on my website and have them be clickable and once clicked they forward to product website.

See them all the time online, just don't know how to do it.

Thanks,
Chris
#clickable #clickable image #clickable product image #link #link image #put #site
  • Profile picture of the author Asher
    Hi Chris,

    This will require some HTML know-how. If in doubt, search for W3Schools in Google.

    When you go into HTML coding, the image coding will look something like this:

    <IMG SRC="picture.jpg">
    Before that code, this is the code that you should put:

    <A HREF="(your url here)"> <IMG SRC="picture.jpg"> </a>
    That's the simplified explanation to help you get started.
    If you're using Wordpress or Blogspot, one way to get this code easily
    is to make a new post.

    Upload the picture.
    Click on the picture and press the button that lets you make a link
    (it looks like a chain link)
    Put in the address
    Enter
    Your picture should be clickable to your new site
    Now simply go into the HTML tab (you should be able to see it) and
    look for the codes that look similar to what I've quoted on top.

    Hope it helps!

    Asher
    Signature
    {{ DiscussionBoard.errors[41187].message }}
    • Profile picture of the author athena08
      Thanks for the quick response Asher. I will give that a try today.

      Regards,
      Chris
      {{ DiscussionBoard.errors[41787].message }}
      • Profile picture of the author athena08
        Wonderful news...your suggestions worked. I am so happy for this.

        Thank you again for all of your help,
        Chris
        {{ DiscussionBoard.errors[41951].message }}
        • Profile picture of the author Asher
          Hi Chris,

          You're welcome, glad that I can be of help.
          Now, you tried this for your signature but it doesn't work. Here's how to fix it.

          Instead of <A HREF="(url)"> Your Text </a>

          Use [URL="(url)"] Your Text [ /url]
          Asher
          Signature
          {{ DiscussionBoard.errors[42289].message }}

Trending Topics