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.)
Views: 959
Zen Follower
Where does the backgound image go for a paticular page.
(Page 4 to be exact in the origal layout of zencart.)
Black Belt
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
}
Zen Follower
Where do I add this code in the css file?
Or doesn't it matter
Black Belt
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
Zen Follower
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:
Tell staff why this post should be reviewed.