Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    391
    Plugin Contributions
    0

    Default 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.)

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding backround image

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

    Code:
    #pageFour {
            background-image: url(../images/yourr_bg.jpg);
            any other styles
            }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    391
    Plugin Contributions
    0

    Default Re: Adding backround image

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

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding backround image

    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-Venom Get Bitten

  5. #5
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    391
    Plugin Contributions
    0

    Default Re: Adding backround image

    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

 

 

Similar Threads

  1. How to change backround color of item title only
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Jan 2013, 12:19 AM
  2. Image acting weird on one page only
    By kamelion0927 in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 8 Jun 2011, 12:43 AM
  3. Adding image link to index page only
    By tor86 in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 13 Nov 2010, 03:46 PM
  4. Backround image
    By Little El in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Jul 2010, 12:20 PM
  5. Adding Text on my one and only check out page
    By sandy2000ca in forum General Questions
    Replies: 1
    Last Post: 16 Sep 2008, 05:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg