![]() |
Looking for table settings boarder around each item
Hi all iam try to put a boarder around each product, i presume its done by tables but can't find the .tpl to edit, this is for my new site iam working on which is xcart v4.1.8
I managed to do it for my live shop which is version 4.0.19 but the settings seem to be different in v4.1.8 have attached a pic to show you what i mean. Thanks to all Dean |
Re: Looking for table settings boarder around each item
look in your products_t.tpl for something like this:
Code:
<td style="border: |
Re: Looking for table settings boarder around each item
use CSS.
|
Re: Looking for table settings boarder around each item
Hi Guys
I couldn't find the line - <td style="border: in the products_t.tpl I did have a look last night in the "CSS file (skin1.css)" but wasn't to sure which part i needed to edit in there, could some just advise for me please. Many thanks to all, regards Dean |
Re: Looking for table settings boarder around each item
There are a few ways to do this. If you just want the border like in the picture, you need to do the following:
In products_t.tpl (for multi-column layout) the top will look like: Code:
{* $Id: products_t.tpl,v 1.30.2.4 2006/11/27 11:40:25 max Exp $ *} Add the red (shown below) into that code: Code:
{* $Id: products_t.tpl,v 1.30.2.4 2006/11/27 11:40:25 max Exp $ *} You can change that number to any that you like. If you are doing a single column layout you will edit products.tpl as follows Original: Code:
{* $Id: products.tpl,v 1.72.2.3 2006/11/27 11:40:25 max Exp $ *} to: Code:
{* $Id: products.tpl,v 1.72.2.3 2006/11/27 11:40:25 max Exp $ *} If you want to change the color of the border or do anything fancier than what you showed in the picture, you will have to use CSS. |
All times are GMT -8. The time now is 11:15 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.