Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    help question Image Not Appearing Header

    Hello,

    I am revamping the look of my website and am having trouble geting my custom header logo to appear. I followed the tutorial in the FAQ's section and am still having trouble. I uploaded my image header_logo.png to my templates/custom/images/ folder and changed the stylesheet by adding the following code:

    Code:
    #logoWrapper {
        width:1024px;
        height:67px;
        background-image:url(/public_html/includes/templates/custom/images/header_logo.png);
        background-repeat:no-repeat;
        }
    The image is still not appearing. Where in my stylesheet should I be adding this code. I know that CSS follows a certain heiriarchy that needs to be used.

    Thanks,
    Brad

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Image Not Appearing Header

    That's not a url, that's a path.

    try

    url (../images/header_logo.png)
    or the full one of

    url(http://www.basphoto.com/includes/tem...der_logo.png);
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  3. #3
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: Image Not Appearing Header

    Quote Originally Posted by Ryk View Post
    That's not a url, that's a path.

    try

    url (../images/header_logo.png)
    or the full one of

    url(http://www.basphoto.com/includes/templates/custom/images/header_logo.png);

    Thanks Ryk, your suggestion worked perfectly.

 

 

Similar Threads

  1. Gift Voucher Image Not Appearing!
    By PetleyJ in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 1 Oct 2009, 12:04 PM
  2. Background Header Image not appearing...
    By destiny1978 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Jul 2008, 09:18 PM
  3. Image Handler not appearing in Tools
    By wwwursa in forum General Questions
    Replies: 13
    Last Post: 10 Jun 2008, 03:06 AM
  4.  appearing above header image
    By wolf99 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Jan 2007, 01:08 PM
  5. Header Title Information not Appearing onLoad
    By Jesse_Tyler in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Aug 2006, 06:19 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