Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    Default Background image won't display

    Hi,

    On http://demo.thebricktongroup.com, I have a background image (http://www.demo.thebricktongroup.com.../llbgimage.jpg) set in the stylesheet:

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #e5edf5;
    background-image: url('http://demo.thebricktongroup.com/images/llbgimage.jpg');
    }

    but when you go to the site, there is no background image...? Any advice?

    Thanks,

    Nate

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Background image won't display

    When I look at your CSS it says
    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #e5edf5;
    background-image: url(../images/llbgimage.jpg);
    }
    which means that it's looking for the image in your templates/custom/images folder, which is the right place for it, but not where you've put it.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    Default Re: Background image won't display

    Thanks. That made the image appear to the left and right of my store (http://demo.thebricktongroup.com) -- how do I set a background for the store itself in the center of the page (the space that currently has the white background?

    Thanks,

    Nate

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Background image won't display

    You remove the white backgrounds so that your site's background can show through. Look for the background-color lines for #mainWrapper and #navBreadCrumb. Deleting them will get rid of most of the white.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. v150 css problem - my background-image won't show
    By Kathy_ in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 May 2012, 11:43 PM
  2. Header Image Won't Display
    By starmakersandy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Nov 2010, 09:40 AM
  3. captcha-combo-in-one-1.0 won't display image
    By ykaldes in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 20 Aug 2009, 05:57 AM
  4. Background image won't display
    By dsewell in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Mar 2008, 03:46 AM
  5. background image won't repeat
    By Fred9V in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Mar 2007, 01:54 AM

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