images won't show up on website (made on dreamweaver)

Discussion in 'HTML & Website Design' started by Dcsboards531, Oct 13, 2008.

  1. #1
    I made a website on dreamweaver, everything is great except for the images arn't showing up. They are white boxes. I don't know why this is happening, I uploaded the images from my computer to the public_html/images on my server and I thought I was doing everyhting right. Why arn't they showing up? Thanks
     
    Dcsboards531, Oct 13, 2008 IP
  2. falcon.k.c

    falcon.k.c Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    do set the image url correcttly?

    Please check the page codes, the image codes should be:
    <img src="images/xxx.gif">
     
    falcon.k.c, Oct 13, 2008 IP
  3. MikeHayes

    MikeHayes Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    That'll the problem. The IMG SRC attribute won't be pointing to the right place. Let me have the url of your page and I can have a look at it.

    Mike
     
    MikeHayes, Oct 13, 2008 IP
  4. Ben Lambert

    Ben Lambert Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You could try building your website with Siteswish instead.
    Siteswish will stick the images in the right place for you.

    The problem is likely the path you've set to the images though, as the previous guys mentioned.

    But try typing your image address in your browser address bar to make sure its there. E.g. "www.mysite.com/images/xxx.gif"

    If it is, make sure the path in the <img src=""/> tag corresponds with it.
     
    Ben Lambert, Oct 13, 2008 IP
  5. Ben Lambert

    Ben Lambert Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You could try building your website with Siteswish instead.
    Siteswish will stick the images in the right place for you.

    The problem is likely the path you've set to the images though, as the previous guys mentioned.

    But try typing your image address in your browser address bar to make sure its there. E.g. "www.mysite.com/images/xxx.gif"

    If it is, make sure the path in the <img src=""/> tag corresponds with it.
     
    Ben Lambert, Oct 14, 2008 IP