View Single Post
  #2  
Old 07-26-2004, 04:59 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

this is the code that will give you root categories in a horizontal line

Code:
<table cellpadding="5" cellspacing="0"><tr> {section name=cat_num loop=$categories} <td> <font class=CategoriesList>{$categories[cat_num].category_name}</font> </td> {/section} </tr> </table>
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote