Images will not show up?

Discussion in 'HTML & Website Design' started by ComicStix, Sep 13, 2009.

  1. #1
    On my first website that I am making http://readysetskateboard.netau.net/index.html
    My images will not show up. I have an image of a skateboard and it won't show up and I have a background image that won't show up. I coded it and then looked at design view in Dreamweaver and my images showed up but now they won't when I put the site online. I had a root directory and then I put the images in images folder in the root directory folder. I changed the links and everything but they STILL won't work. Can you guys help me out?
     
    ComicStix, Sep 13, 2009 IP
  2. coast.dwane

    coast.dwane Peon

    Messages:
    285
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to post your website code for me to analyze and solve your problem:)
     
    coast.dwane, Sep 13, 2009 IP
  3. ComicStix

    ComicStix Greenhorn

    Messages:
    57
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #3
    oopsies sorry here it is
     
    ComicStix, Sep 13, 2009 IP
  4. dohno

    dohno Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    make sure the path is correct for the background image. is the Images folder there on your server? remember the folder is relative to the css
     
    dohno, Sep 13, 2009 IP
  5. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You are stating that your images are

    /Images/

    If this is really true, you can check that your path is correct by looking at the image itself in the browser:
    nameofyoursite.com/Images/someimage.gif

    If you can't see the image, the path is wrong (or, what happens to me is, the path is right but I copied images over from a USB stick and for whatever reason those wouldn't have permissions, so I'd get a 403 Forbidden which explained why the images didn't appear).

    On most servers the dir is called "images" with lower case. You really made it upper case?
     
    Stomme poes, Sep 13, 2009 IP