Make an image clickable to another webpage storefront

Can anybody help how to make an image clickable in an tpl file to another outside webpage.



The code looks like this:


{* $Id$ *}<br />
<input type="image" src="{$images_dir}/wsk_ls1_small.jpg" alt="{$alt}" title="{$alt}" class="go-button"/><br />
<input type="hidden" name="dispatch" value="{$but_name}" />
```<br />
<br />
The image needs to be clickable and refer to http://www.keurmerk.info<br />
<br />
<br />
It also should not refer to a go button, since I cannot change it in the styles_ie.css. Now the search area (with go button) and the image refer to the go button. So when I change something in the styles_ie.css both move, and only the image must move. In Chrome en IE 8 and up it looks great, but in IE 7 the image moves to the right.<br />
<br />
Thanks in advance for your reply

[quote name='Eduard' timestamp='1321985763' post='126549']

Can anybody help how to make an image clickable in an tpl file to another outside webpage.



The code looks like this:


{* $Id$ *}





The image needs to be clickable and refer to http://www.keurmerk.info





It also should not refer to a go button, since I cannot change it in the styles_ie.css. Now the search area (with go button) and the image refer to the go button. So when I change something in the styles_ie.css both move, and only the image must move. In Chrome en IE 8 and up it looks great, but in IE 7 the image moves to the right.



Thanks in advance for your reply

[/quote]



if you don't want it to function as a button which is why it's using an tag then just use the tag and wrap it with an tag like below:






[quote name='whiplash13' timestamp='1321990229' post='126554']

if you don't want it to function as a button which is why it's using an tag then just use the tag and wrap it with an tag like below:





[/quote]

Okay, thats what I thought, but did't dare to apply in Smarty.



Still forgot one tiny bit of code, so it is SOLVED