• I’ve read the notes about changing the header image – but it is not working for me. All it does is change the color.

    I have uploaded a header onto my server via ftp. The template I’m using is I Heart PC. I put in the location in place of i/header.gif – Is that the right thing to do? All it does is change the color from red to beige – it does not put my jpg graphic there.

    #box{width:932px;margin:0px auto;padding:0;}
    #header {width:932px;height:180px; margin-top:16px; position:relative;}
    #headerimg{width:932px; height:133px;background:url(i/header.gif) no-repeat; margin:0; padding:0; position:absolute; top:0px; left:0px; z-index:0;}

    Any suggestions on how to get my graphic as the header?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You mentioned it’s a .jpg graphic, but you are using .gif in the css. Try changing that, so that the file can be found.

    Thread Starter lindalongden

    (@lindalongden)

    ok, I changed it to a gif file and it still didn’t work

    What’s the url of your site? I’ll try to take a look.

    Also, when you said you changed it to a gif… did you just change the extension name? That won’t work. If your image is a jpg, just change the css i/header.jpg (assuming that your graphic is called header.jpg).

    A link to your blog would be very helpful

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘can’t change header image’ is closed to new replies.