View Single Post
  #1  
Old 08-08-2004, 09:52 PM
 
rgbdna rgbdna is offline
 

Advanced Member
  
Join Date: Jul 2004
Posts: 31
 

Default Product Template - View details formatting issue

Hi,

I am trying to get the "view details" under the product thumbnail to center.

I have found the formatting under the product.tpl and it appears to be aligned to center...but does not diplay that way. For example:

<table border=0 width=100%>
<tr><td width=90 align=center valign=top>
<a href=product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}>{in clude file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}
{$lng.lbl_see_details}</a>
</td>

I see the {$lng.lbl_see_details} and it looks like it should center

Any Suggestions?

Thanks,

rgbdna
__________________
v.3.10.5 Great creative direction is clarity cleverly delivered.
Reply With Quote