![]() |
Subcat border
Ok what i want to do is remove the border around my subcat pic's. I already went to my subcategories.tpl and set the border to zero but that did not work. Does anyone have other ideas? I tried looking into my customer.css but im not too sure what to look for.
thanks |
Re: Subcat border
If you have subcat pics, it means you installed a third party mod, as they don't display by default in your version. So....if you post your subcategories.tpl, perhaps we can point you in the right direction :)
|
Re: Subcat border
Thanks! :)
This is what i have... {* $Id: subcategories.tpl,v 1.29 2002/11/26 14:55:13 alfiya Exp $ *} { include file="location.tpl" } {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu ne "Y"} <p> {include file="modules/Bestsellers/bestsellers.tpl"} {/if} <p> { include file="customer/main/navigation.tpl" } {if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description|regex_replace: "/[\n]/":"<BR>"}<P>{/if} {capture name=dialog} {assign var="tmp" value="0"} {section name=cat_num loop=$subcategories} {if $subcategories[cat_num].category}{assign var="tmp" value="1"}{/if} {/section} {section name=cat_num loop=$subcategories} { if %cat_num.first% } <table border=0 cellspacing=0 width=100%> {/if} {if $smarty.section.cat_num.index is div by 3} </tr><tr valign="top"> {/if} <td valign="top" width="70" align="center"> <a class="alt" href="home.php?cat={ $subcategories[cat_num].categoryid }"> <IMG src="icon.php?categoryid={$subcategories[cat_num].categoryid}" width="150"> </a><br><a class="alt" href="home.php?cat={ $subcategories[cat_num].categoryid }"> <b>{$subcategories[cat_num].category|escape}</b></a><br> { $subcategories[cat_num].description|escape } {if $config.Appearance.count_products eq "Y"} <br> <font class=Text><small>a {if $subcategories[cat_num].product_count} { $subcategories[cat_num].product_count } {$lng.lbl_products} {elseif $subcategories[cat_num].subcategory_count} { $subcategories[cat_num].subcategory_count } {$lng.lbl_categories|lower} {/if} </small></font> {/if} <br> </td> { if %cat_num.last% } </tr></table> {/if} {/section} {if $tmp and $products ne "" } <br clear=_all>{*<hr size=1 noshade>*} {/if} {if $products eq "" and $tmp eq "0"} {$lng.txt_no_products_in_cat} {/if} <br><br> {include file="customer/main/products.tpl" products=$products} {/capture} {include file="dialog.tpl" title=$current_category.category|regex_replace:"/.*\//":"" content=$smarty.capture.dialog extra="width=100%"} {if $products eq ""} {if $f_products ne ""} <p> {include file="customer/main/featured.tpl"} {/if} {/if} { include file="customer/main/navigation.tpl" } |
Re: Subcat border
does
<IMG border="0" src="icon.php?categoryid={$subcategories[cat_num].categoryid}" width="150"> not work ?? |
Re: Subcat border
Not work as in no border? no the borer is still there :(
|
Re: Subcat border
|
All times are GMT -8. The time now is 05:33 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.