I am trying to change this code which displays product info text under the images that is in the products new, specials and featured products, to an image in templates/my_template_name/images/buttons.

I want it to be a more info button that links to product info.

Here is the

Code:
<a href="' . zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'products_id=' . $new_products->fields['products_id']) . '">' . $new_products->fields['products_name'] . '</a>
thanks