on http://www.aniphyo.com (in the Footer) I'm desperately trying to make the "Categories w/child(ren)" flow into 4 columns instead I'm getting One long list. Please advise.
<tr><td align="center">
<table width="913" border="0" cellspacing="10" cellpadding="0" bgcolor="#D6C5B3" style="margin-top:10px;"> <tr> <td width="193" valign="top"> <font face="Georgia"><b><i>Browse by Categories</i></b></font>
<?php if (! function_exists('catList')) { function catList() { $args = array( 'orderby' => 'name', 'order' => 'ASC', 'show_last_update' => 0, 'style' => 'none', 'show_count' => 0, 'hide_empty' => 1, 'use_desc_for_title' => 1, 'child_of' => 0, 'current_category' => 0, 'hierarchical' => true, 'number' => NULL, 'echo' => 1, 'depth' => -1 ); wp_list_categories( $args ); } } ?> <?php catList(); ;?></td>
</tr></table><center><div class="style3" style="padding-top:10px; padding-bottom:10px">©2007-2010 ani phyo. all rights reserved.</div></center>
</td></tr></table>