How To Make An Image Clickable

HClickable Imageow To Make An Image Clickable

Now I know that most HTML editor like Microsoft Frontpage, Dreamwever & NVU and the like make it easy for you to insert a hyperlink, but sometimes in your online career – you will want to learn how to make an image ‘clickable’.

The correct term for this – is a hyperlink.

Basically, this means – when your image is clicked upon – your visitor will be sent to a destination of your choosing (an affiliate product for example – your squeeze page etc…).

To make an image a hyperlink – will mean you will have to learn a little bit of  HTML, this is the code which creates web pages.

HTML code may sound scary to you but it not, once you understand some simple basics!

Let me show you ….

This is the html code I’m referring to.
(copy this and keep it on your computer so you always have it handy) <a href=”yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy”> <img border=”0″ img src=”zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz”></a>

Remember to replace the ‘yyyyyyyyyy’ with the webpage (including the http://) of WHERE you want to send your visitor when they click on the image (if it was to an affiliate product you would put your affiliate link in here).

And remember to replace the ‘zzzzzzzzzzz’ with the FULL location (including the http://) of where the IMAGE is on the web.

Hope this explains it for you. If you need to ask me a question relating to this then ask below.


2 Responses to “How To Make An Image Clickable”

  1. avatar Clyde says:

    I would like to use this concept with wordpress.
    Making a clickable images for a Amazon item, which when clicked would send the person to an Amazon page for that item.
    When I try, all I get is a larger picture of that item on a new blank page.
    Can you help?

    Thanks,
    Clyde

  2. avatar Wayne Gillies says:

    Clyde

    First, my apologies for the late reply..

    In WordPress, when you have created you post/page and inserted an image, click the image and on the toolbar in the wp-editor there is a symbol that looks like a chain, click on this, then enter you destination URL. With Amazon, this will be to the affiliate link for the product.

    Hope this helps…
    Wayne

Leave a Reply