Results 1 to 4 of 4
  1. #1
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Help With Image As Header

    All I want is to make an image my header. This is my part of my stylesheet:

    #headerWrapper {
    height:127px;
    width:900px;
    background-image:url(images/map.gif);
    }

    My problem is I don't know if I should put (map.gif) (images/map.gif) (greengreetings/images/map.gif), etc. How many directories back do I have to go for the URL? I feel really dumb for not being able to fix something that seems so simple. And yes I did read the tutorial. It didn't help.

    Help please.

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Help With Image As Header

    IF image is in your current template images folder, path would be
    Code:
    url(../images/map.gif)

  3. #3
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: Help With Image As Header

    I figured out the problem:
    You have to put quotes for the attribute.
    Code:
    url("../images/map.gif")
    That's what the tutorial left out.

  4. #4
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Help With Image As Header

    Single or Double quotes are optional - unless you have "s p a c e s" which is best avoided.

    http://www.w3.org/TR/CSS2/syndata.html#uri
    ~Steve~

 

 

Similar Threads

  1. Need help with header image
    By JeffLC in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Nov 2014, 02:52 PM
  2. Need help with header image/header area-Apple Zen
    By Samuz in forum Addon Templates
    Replies: 2
    Last Post: 9 Jul 2010, 12:37 AM
  3. Help with header image
    By donlee600 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Sep 2009, 06:47 PM
  4. Help with Header Image
    By wallacrj in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 19 Jun 2008, 07:29 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