View Single Post
  #67  
Old 01-10-2005, 07:44 PM
 
Chris B Chris B is offline
 

eXpert
  
Join Date: Oct 2002
Posts: 226
 

Default

To eliminate the image, change the following code:


Code:
<a href="home.php?cat={ $subcategories[cat_num].categoryid }"> [img]{$xcart_web_dir}/icon.php?categoryid={$subcategories[cat_num].categoryid}[/img]</a>


to

Code:
[img]{$ImagesDir}/spacer.gif[/img]

This will keep a 100 pixel clear image within the <td> </td>and keep a consistant format.
Reply With Quote