Creating new buttons, can't link.
Posted: Sat Jul 19, 2008 5:12 pm
Hi,
I've created some new buttons in the search bar. However I can't get them to link or even show up as a link when you hover over.
The code i'm using is in layout.tpl:
Any ideas? Many thanks,
Dave
I've created some new buttons in the search bar. However I can't get them to link or even show up as a link when you hover over.
The code i'm using is in layout.tpl:
Code: Select all
<div id="bar">
<div id="homebut"><a href="index.php?controller=home"><img src="catalog/template/default/image/home_but.gif"></a> </div>
</div>
Dave