Hi!
I have a problem with the browse page of Virtuemart. I´m using JA Larix as template for my site, and the browsepage is of course then called ja_vm_cat_browse.php
I would like to add a border around each product image on my browse page. However, this seems to be easier said than done. When looking at the code of ja_vm_cat_browse.php I see the following string of code:
<div style=”float:left;width:100%” class=”clearfix”>
<a href=”{product_flypage}” title=”{product_name}”>
<img src=”{product_thumb_image}” {image_height} {image_width} border=”0″ alt=”{product_name}” align=”left” style=”margin-right: 5px;” />
</a><strong>
</div>
Now, I understand that “border=”0″ refers to the border around the images. If I change this to border=”1” nothing changes. Still no border. How do I add colour to this border and how do I make it visible?
I´m really looking forward to your answers! Thanks!!