Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / background image for the tables

background image for the tables

Locked

Views: 886

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
21 Mar 2007, 2:55 AM
#1
roninnyc avatar

roninnyc

New Zenner

Join Date:
Mar 2007
Posts:
4
Plugin Contributions:
0

background image for the tables

SO...I've been reading tutorials for days and I'm still not really getting the whole system. What I'm trying to do now is modify the tables with all the product links etc. to have a background image instead of color, can anyone help me out? sorry if this is a newb question.

21 Mar 2007, 1:02 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: background image for the tables

Not quite sure what you mean by "tables"...

Settings to alter colours / bg-images are generally achieved by editing your css files.

21 Mar 2007, 3:01 PM
#3
roninnyc avatar

roninnyc

New Zenner

Join Date:
Mar 2007
Posts:
4
Plugin Contributions:
0

Re: background image for the tables

sorry i meant the layout boxes, so just change a CSS tag? which one do i have to change ? sorry really new to zencart

22 Mar 2007, 6:30 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: background image for the tables

The standard CSS files that govern general styles are in your TEMPLATES sub-directories - in the TEMPLATE folder that you are using to render your zenshop.

If you have NOT installed a custom template, these will be in TEMPLATES/CLASSIC/CSS

The main stylesheet is stylesheet.css .

There are about 700 lines of code here (code = css phrases) and you will need to scroll down until you find the style defines for the sideboxes. You will edit these as you feel necessary.

Afraid I can't give you a lesson on CSS, but there are lots of good tutorials on the internet.

22 Mar 2007, 9:48 PM
#5
roninnyc avatar

roninnyc

New Zenner

Join Date:
Mar 2007
Posts:
4
Plugin Contributions:
0

Re: background image for the tables

no no i know css i just was wondering if you knew what the specific tag for the sideboxes was. thanks a lot for your help schoolboy

22 Mar 2007, 11:43 PM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: background image for the tables

You can view source to see what tags are output before the elements in question...

Or you can get the Firefox browser with its Web Developer extension. That will allow you to look up exactly which tag(s) affect each element.

23 Mar 2007, 2:58 AM
#7
roninnyc avatar

roninnyc

New Zenner

Join Date:
Mar 2007
Posts:
4
Plugin Contributions:
0

Re: background image for the tables

ok great thanks. will do. thanks for the help guys