Thanks for your response Kobra, I do not want to loose you as I work through this and I appreciate the help you give so many of us new zenners.
I was about to make a new css file for each page and realized that the image is only going to be different on the main page. Every other page will have the same graphic I designed.
Here is my train of "unthought"
- I go to my home page and have the graphic I want displayed, Great!
- I click on a category and it takes me to my category listing page, displaying the same graphic ( the one I now want to change for this page and all others after the main one ).
- I view the page source in my browser and of course see that this product listing page links to my stylesheet.css in my template folder that has the original background image.
Page I am looking at:http://www.gingerlandtropicals.com/ZenCart/index.php?main_page=index&cPath=1
Code in the head..
<base href="http://www.gingerlandtropicals.com/ZenCart/" />
<link rel="stylesheet" type="text/css" href="includes/templates/gingerland/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/gingerland/css/stylesheet_css_buttons.css" />
<link rel="stylesheet" type="text/css" media="print" href="includes/templates/gingerland/css/print_stylesheet.css" />
</head>
What I think I want to do is to know where I find the file (index.php?main_page=index&cPath=1) in my directory that contains the code for this product listing page ( that I am viewing in "view page source") so I can change the link to a new stylesheet)....YET
as I sit here and write, I am realizing that I would have to do that for all the "other pages" except the main page and that would not be the way...SO
I come back around to square one of my thinking...
- Using the stylesheet.css with the current background, I change the background to the graphic I want all other pages to have and then create a new stylesheet for "main Page", change the backgound image and save.
My question...What document do I change this new css link to to affect only the main page?
gosh I hope I have been clear, I really want to conquer this. Thank you