Limelites -
I have found that your categories lists have the corrrect number of closing </ul> tags; it is only the opening <ul> at the beginning of the box that is missing.
The only ways I can think of that that could happen are for the first category cPath to have negative 1 underscores (i.e. less than 0 of them), which is not possible; or for a line in tpl_categories.php to have been changed from its default.
At the top of the file, you should have
PHP Code:
$content = "";
$prev_cat_depth = -1;
What is the value of $prev_cat_depth in your copy?
Otherwise, I see that chcategories is specifically built to use the identical information and template file as the standard, so replacing the standard tpl_categories.php with the Cat Dressing version should not cause any problems, and simply changing the stylesheet #categories tags to #chcategories really should work perfectly.
Bookmarks