I want an image to be a button...


Author Message
Scotty

Posted: 2/10/2012
Quote message 

I simply want to make an image into a button, so user can click on it to access somehting... I realise I could just make it a hyperlink, but I already have a button on the page which I have imported from a website script I am modifying, so I want to be able to now add a second one via artisteer, as Im not familiar with coding.

Is this possible??
 
Gina

Posted: 2/10/2012
Quote message 

You need to wrap image code in <a></a>. tags with the link to where you want this image lead. For example,

<a href="#"><img src="images/preview.jpg" alt="an image" id="preview-image"></a>

# - should be replaced with the full url http://....
 
Tati

Posted: 2/13/2012
Quote message 

Why not simly make ur image as tiny as a button and add a hyperlink?