Hi all. In the template im working on there is not left category Nav. It starts with Manufacturers (brands). I got a fram from another template that have the category code but somehow when i copy and paste it to my template all i get is the category title. Any ideas why?
See it here: Welcome to American Outdoor Pros -
here is the code i try to copy:Its right after the Left Bar Block:
<!--START: LEFT_BAR_BLOCKS-->
<!--START: FRAME_CATEGORY-->
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="assets/templates/[template]/images/ttl_cat.gif" alt=""></td>
</tr>
<!--START: CATEGORIES-->
<!--START: CATEGORY_FORMAT-->
<tr>
<td height="24" style="padding: 0px 0px 0px 20px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="16"><img src="assets/templates/[template]/images/li.gif" alt=""></td>
<td><a href="view_category.asp?cat=CATID" class="cat">CATEGORY</a></td>
</tr>
</table></td>
</tr>
<!--END: CATEGORY_FORMAT-->
<!--START: SUB_CATEGORY_FORMAT-->
<tr>
<td style="padding: 2px 0px 2px 36px;"><a href="view_category.asp?cat=CATID" class="subcat">CATEGORY</a></td>
</tr>
<!--END: SUB_CATEGORY_FORMAT-->
<!--END: CATEGORIES-->
</table>
<div><img src="assets/templates/common/images/spacer.gif" width="1" height="15" alt=""></div>
<!--END: FRAME_CATEGORY-->
In my template i have this:
<!--END: username-->
<!--START: LEFT_BAR_BLOCKS-->
<!--START: FRAME_MANUFACTURER-->
<table ........................
There is no FRAME_CATEGORY
Thank you for looking and helping
See it here: Welcome to American Outdoor Pros -
here is the code i try to copy:Its right after the Left Bar Block:
<!--START: LEFT_BAR_BLOCKS-->
<!--START: FRAME_CATEGORY-->
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="assets/templates/[template]/images/ttl_cat.gif" alt=""></td>
</tr>
<!--START: CATEGORIES-->
<!--START: CATEGORY_FORMAT-->
<tr>
<td height="24" style="padding: 0px 0px 0px 20px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="16"><img src="assets/templates/[template]/images/li.gif" alt=""></td>
<td><a href="view_category.asp?cat=CATID" class="cat">CATEGORY</a></td>
</tr>
</table></td>
</tr>
<!--END: CATEGORY_FORMAT-->
<!--START: SUB_CATEGORY_FORMAT-->
<tr>
<td style="padding: 2px 0px 2px 36px;"><a href="view_category.asp?cat=CATID" class="subcat">CATEGORY</a></td>
</tr>
<!--END: SUB_CATEGORY_FORMAT-->
<!--END: CATEGORIES-->
</table>
<div><img src="assets/templates/common/images/spacer.gif" width="1" height="15" alt=""></div>
<!--END: FRAME_CATEGORY-->
In my template i have this:
<!--END: username-->
<!--START: LEFT_BAR_BLOCKS-->
<!--START: FRAME_MANUFACTURER-->
<table ........................
There is no FRAME_CATEGORY
Thank you for looking and helping
Comment