• I am working on getting the Bluefade Remix template to work on my site. The only real issue I have run into is the image that is supposed to be in the banner area of the page.
    The code looks like:
    #banner {
    color:#000;
    background: #FFF url(/title-july-2003.jpg) repeat-y;
    border-bottom: #CCC 2px solid;
    font-size:small;
    font-family:’trebuchet ms’, arial, sans-serif;
    }
    For some reason, all I get is white space. The image is in the same directory as index.php… any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Anonymous

    Well, as usual…. I figured it out right after posting. Thanks for the great site though!

    Thread Starter Anonymous

    hello,
    after upload the picture to Style Sheet directory you should edit CSS file and remove ” / ” you should have :background: #FFF url(title-july-2003.jpg) repeat-y;
    😉
    black_hat@hackermail.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner Image’ is closed to new replies.