Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding backround image to one page only

Adding backround image to one page only

Locked

Views: 959

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
26 Feb 2010, 7:24 PM
#1
maynards avatar

maynards

Zen Follower

Join Date:
Feb 2010
Location:
Minnesota
Posts:
392
Plugin Contributions:
0

Adding backround image to one page only

Where does the backgound image go for a paticular page.
(Page 4 to be exact in the origal layout of zencart.)

26 Feb 2010, 9:57 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Adding backround image to one page only

See if adding the css tag with a background will get you what you seek

#pageFour {
        background-image: url(../images/yourr_bg.jpg);
        any other styles
        }
26 Feb 2010, 10:03 PM
#3
maynards avatar

maynards

Zen Follower

Join Date:
Feb 2010
Location:
Minnesota
Posts:
392
Plugin Contributions:
0

Re: Adding backround image to one page only

Where do I add this code in the css file?
Or doesn't it matter

26 Feb 2010, 10:07 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Adding backround image to one page only

Where do I add this code in the css file?
Or doesn't it matter
Normally with a new tag it doesn't matter but I normally add them at the end so that I can see all that I have added easily

26 Feb 2010, 10:12 PM
#5
maynards avatar

maynards

Zen Follower

Join Date:
Feb 2010
Location:
Minnesota
Posts:
392
Plugin Contributions:
0

Re: Adding backround image to one page only

It worked perfectly...
Thanks so much I have been trying to figure this out for hours.
As you can probably figure out, I am new to this stuff:clap: