The only thing I have changed on that template was the font color of the Titles for the tables. Everything else is as it was from the start. I even wrote on paper the original color codes before trying to change the Categories title background, and changed them back when they didn't work. Here is the template:
{* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *}
{if $active_modules.Fancy_Categories ne ""}
{include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"}
{else}
<table border="1" cellpadding="4" style="border-collapse: collapse" bordercolor="#FFFFFF" width="100%" cellspacing="0">
<tr>
<td height="30" class="VertMenuItems" valign="bottom"><font size="2">
{$lng.lbl_categories}</font></td>
</tr>
{if $config.General.root_categories eq "Y"}
{section name=cat_num loop=$categories}
<tr><td class="VertMenuTitle">
{$categories[cat_num].category}
</td></tr>
{/section}
{else} {section name=cat_num loop=$subcategories}
<tr><td class="VertMenuTitle">
{$subcategories[cat_num].category}
</td></tr>
{/section}
{/if}
</table>
{/if}
Tech support would do it for me, but I wouldn't learn anything from that. Thanks for your reply
