Component : VirtueMart 1.1.2 / 1.1.3
So how to add that little breathing space between the product image thumbnail and the short product description? Here are the steps...
< ?php echo ps_product::image_tag( $product_thumb_image,
'class="browseProductImage" border="0" title="'.$product_name.'"
alt="'.$product_name .'"' ) ? >
< ?php echo ps_product::image_tag( $product_thumb_image,
'class="browseProductImage" border="0" style="margin-right:10px;"
title="'.$product_name.'" alt="'.$product_name .'"' ) ? >
SITE NOTE: To display the HTML tags on JoomlaFAQs, there is a space between the name of the tags and the enclosing "less than" (<) and "more than" (>) brackets. If you copy the code, make sure you delete the spaces to make it work!
If you have found this site to be useful and has helped you, kindly consider to donate. Your donation will encourage me and help to upkeep JoomlaFAQs.org! Cheers!
Add comment