Plzz help..why i can't see header image

Discussion in 'HTML & Website Design' started by nick2309, Aug 8, 2008.

  1. #1
    Hi Everyone,

    I dnt know much about html and css. I've download a simple template and edit it. I can see a header image in preview but when upload a site i cant see header image. Please review my site and tell me why i cant see image.

    www.newfashionstore.co.uk

    Thanks.
     
    nick2309, Aug 8, 2008 IP
  2. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The image does not exist on the server. If you try to load the image directly, you get a 404. Keep in mind that some servers are case-sensitive. Maybe you've missed a capital somewhere, or just forgot to upload the images?
     
    steelfrog, Aug 8, 2008 IP
  3. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #3
    it is because your url is header.jpg and the file is .JPG in capitals.
     
    vagrant, Aug 8, 2008 IP
  4. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Good catch! He's absolutely right, here's the image.
     
    steelfrog, Aug 8, 2008 IP
  5. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I do spot things sometimes :D probably because i have made the same mistake myself more times than i wish to admit to :eek:

    It is one of the problem of developing a site locally on a windows computer then uploading to a Linux machine.
    windows is case insensitive Linux is not.

    see http://www.newfashionstore.co.uk/images/ and check your files for caps
     
    vagrant, Aug 8, 2008 IP
  6. nick2309

    nick2309 Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks Guys.. you are genius.:)
     
    nick2309, Aug 8, 2008 IP
  7. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #7
    it's best to get into the habit of using lower case letters in all file names... never use caps
    and you will avoid the problem.
     
    vagrant, Aug 8, 2008 IP