I would like how to do this too. Tried editing the code, i can make them display side by side using <td> but then it dispalys the SAME item and not the next item in the list.
Im just a beginner coder so some help would be great
this is the original code
HTML Code:
<tr valign="top">
<td class="$bgclass" valign="top" align="left" nowrap="nowrap">
<a href="downloads.php?do=cat&id={$cat['id']}">{$cat['name']}</a>
<if condition="$cat['catimage'] != ''"><br /><br /><a href="downloads.php?do=cat&id={$cat['id']}"><img src="{$cat['catimage']}" alt="{$cat['name']}" title="{$cat['name']}" border="0" /></a></if>
</td>
<td class="$bgclass" valign="top" align="left"><span class="smallfont">{$cat['description']}$subcats</span></td>
<td class="$bgclass" valign="top" align="center" height="40"><span class="smallfont">{$cat['files']}</span></td>
</tr>