I am trying to make the thumbnail image of my search results clickable.
I have managed to make a simple text link work, but for some reason it will not work with the image..
Here is the code itself, you can see the "LINKAGE" which works perfectly, but the image doesnt, is there anything instantly wrong with the way i have done it?
<actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsImage%22%20%2f%3e" >
<Actinic:XMLTEMPLATE NAME="ImageLine">
<actinic:variable name="SearchResultLink" />
<img src="<actinic:variable name="SearchResultProductImage" />" border="0">
</a>
</Actinic:XMLTEMPLATE>
</actinic:block>
<actinic:variable name="SearchResultLink" />
LINKAGE
</a>
URL of my site:
http://www.thebunkerwarehouse.co.uk/...og/search.html
If you search for "M65" you should get a fair amount of results to play with.
Thanks a lot everyone.
Bash
I have managed to make a simple text link work, but for some reason it will not work with the image..
Here is the code itself, you can see the "LINKAGE" which works perfectly, but the image doesnt, is there anything instantly wrong with the way i have done it?
<actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsImage%22%20%2f%3e" >
<Actinic:XMLTEMPLATE NAME="ImageLine">
<actinic:variable name="SearchResultLink" />
<img src="<actinic:variable name="SearchResultProductImage" />" border="0">
</a>
</Actinic:XMLTEMPLATE>
</actinic:block>
<actinic:variable name="SearchResultLink" />
LINKAGE
</a>
URL of my site:
http://www.thebunkerwarehouse.co.uk/...og/search.html
If you search for "M65" you should get a fair amount of results to play with.
Thanks a lot everyone.
Bash
Comment