Creative Communities of the World Forums

The peer to peer support community for media production professionals.

  • Posted by Erik Dell on July 30, 2010 at 11:32 pm

    Hello,

    I am having issues with images not appearing on my website: https://www.barriegolfcourses.com

    The 2 top banners are not appearing, nor is the background.

    I built this site in Dreamweaver CS5, and all the images have been uploaded and linked together.

    The weird thing is that the images work if you click on any of the golf course profiles :S … so that leads me to believe they are just saved in the wrong place but I doubled checked that and it seems to be fine ….

    Other then that I have no idea why the images arent working, and I need help! (if you need to see code just ask)

    Thanks

    Abraham Chaffin replied 16 years, 1 month ago 2 Members · 1 Reply
  • 1 Reply
  • Abraham Chaffin

    July 31, 2010 at 12:46 am

    When I view the source of your site you have code that says stuff like this:


    body {
    background-color: #FFF;
    background-image: url(file:///C|/Users/Sean/Barrie%20Golf/Back%20Ground.jpg);
    background-repeat: no-repeat;
    }

    The “file:///C|/Users/Sean/Barrie%20Golf/Back%20Ground.jpg” is an absolute path to a file on your machine. You need to make sure you build web pages with your site setup correctly first. Check the images that aren’t showing up and try to change the path.

    Absolute Path on Web:


    https://www.barriegolfcourses.com/Barrie%20Golf/Back%20Ground.jpg

    Absolute Path for your Site:


    file:///C|/Users/Sean/Barrie%20Golf/Back%20Ground.jpg

    Absolute Path Relative Path to your subdomain.

    /Barrie%20Golf/Back%20Ground.jpg

    Relative Path to your current file


    Barrie%20Golf/Back%20Ground.jpg

    etc.

    Abraham

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy