View Single Post
  #2  
Old 05-18-2006, 10:04 AM
  girlsbits's Avatar 
girlsbits girlsbits is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 77
 

Default Aligning Category Page Thumbnail Images

To horizontally align thumbnail images on your category pages when using the "Display products list in multiple columns" feature and when each product name is of a different length, simply add the "nowrap" tag to the table holding the images on the products_t.tpl:

START CODE

<TD width="{$width}%" align="center" valign="top" nowrap="nowrap" class="DialogBox">

END CODE
__________________
X-Cart Gold | v 4.0.18 | Unix | php 4.3 | phpMyAdmin 2.8.0.3 |
Reply With Quote