View Single Post
  #181  
Old 01-23-2007, 12:26 AM
 
karentown karentown is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 129
 

Wink Re: Mod for subcategories in columns with descriptions and icons

I used the code exactly as above and now have two columns as seen here:

http://www.partypresence.co.uk/store/home.php?cat=248

How do I get the icons to show to the left of the headings (which part of the code do I edit?) and how can I get the columns to align left rather than centred like they are as I changed this part:

Code:
<td valign="top" align="center"> <a class="alt" href="home.php?cat={ $subcategories[cat_num].categoryid }"> {if $subcategories[cat_num].icon_url}<IMG height="100" border="0" alighn="middle" src="{if $subcategories[cat_num].icon_url}{$subcategories[cat_num].icon_url}{else}{$xcart_web_dir}/icon.php?catego ryid={$cat}{/if}">{/if}


and changed "center" to "left" but nothing happened?

Thanks for your help .... and thanks Padraic (Balinor) for pointing me to this mod
__________________
Running stores using the following:

2@ Version 4.0.19
2@ Version 4.1.9
1@ Version 4.1.11
Reply With Quote