![]() |
box or bourder around products
I would like to know if there is away to place a bourder around all the products, something like a thin frame
using 4.05 php 5.1 |
hi,
you can try editing, customer/main/products.tpl and add style="border: 1px solid #000000;" into the first "table tag" you find eg: <TABLE border="0" width="100%" style="border: 1px solid #000000;"> |
box frame around products
Her is where i change tpl but does not work any thing you see ?
{* $Id: products.tpl,v 1.45.2.1 2004/08/23 05:24:43 max Exp $ *} {if $usertype eq "C" and $config.Appearance.products_per_row ne "" and $config.Appearance.products_per_row gt 0 and $config.Appearance.products_per_row lt 4 and ($featured eq "Y" or $config.Appearance.featured_only_multicolumn eq "N")} {include file="customer/main/products_t.tpl" products=$products} {else} {if $products} {section name=product loop=$products} {assign var="discount" value=0} <TABLE border="0" width="100%"style="border: 1px solid #000000;"> <TR><TD width="90" align="center" valign="top"> <A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}">{i nclude file="product_thumbnail.tpl" productid=$products[product].productid |
hi you did the right thing,
but try to add a space between the width and the style i think thats why it may not be working[/quote] |
All times are GMT -8. The time now is 12:20 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.