my script generate my categories only 1 column.
im need to 2 column.
its a code that generata 1 column of my categories(categories are in mysql db stored)
if ($ugview{$id} != 1 && !($id == "500" && $Globals['showmem'] == "no") ) {
$catrows .= "<tr><td width=\"100%\" bgcolor=\"{$Globals['maincolor']}\" align=\"left\" colspan='5'>$indent
<font face=\"{$Globals['mainfonts']}\" size=\"{$Globals['catfontsize']}\"><b>
<a href=\"{$Globals['maindir']}/showgallery.php?cat=$id&thumb=1\">$catname</a></b> ($numphotos)</font>$catdescript</td>";
please help to split it in to 2 columns,not a 1.