Skip to main content
aaronw51765599
Known Participant
November 16, 2017
Question

Image not found

  • November 16, 2017
  • 4 replies
  • 1943 views

Whenever I rollover the url it says image not found.  Doesn't matter how I select the image (site root, document, brown, manually).  I have the proper site root, it just won't link.

#cover {

background: #222 url(/../img/stars.jpg) center center no-repeat;

background-size: cover;

color: white;

height: 100%;

text-align: center;

}

I REALLY hate this program.

    This topic has been closed for replies.

    4 replies

    November 17, 2017

    #cover {

    background: #222 url(/../img/stars.jpg);

    change to

    background: #222 url('/../img/stars.jpg');

    }

    thank you

    Essaywish

    B i r n o u
    Legend
    November 17, 2017

    well, what I am expecting is as I said tree (folders and files) and HTML code... as you can see on this screen capture

    11.17.2017-11.22.02

    aaronw51765599
    Known Participant
    November 16, 2017

    I also have to restart the program every time I add a style sheet to get itvto link.  I don't change a thing, but it magically appears after restart.

    HATE DREAMWEAVER.

    aaronw51765599
    Known Participant
    November 16, 2017

    actually none of those examples worked.  The one I posted was just one of 4 attempts.  You'd think that if you select the image using dreamweavers own browse function it would actually work.

    HATE dreamweaver.

    BenPleysier
    Community Expert
    Community Expert
    November 16, 2017

    HATE dreamweaver.

    Just like I HATE hammers. They never drive the nail straight into the timber. People have often told me what to do, but it never works.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    aaronw51765599
    Known Participant
    November 16, 2017

    Right - because there never has been a hammer that was poorly designed, unbalanced, with a rounded off head that made the job more difficult than need be had the hammer been designed properly with the user in mind.  Great analogy. 

    HATE dreamweaver.

    aaronw51765599
    Known Participant
    November 16, 2017

    got it figured out.  Really hate this program though.  Like really really  despise it - wish I didn't have to use it.

    BenPleysier
    Community Expert
    Community Expert
    November 16, 2017

    A knowledge of HTML and CSS is required to use Dreamweaver. That way you would have noticed that the problem was with your link

    /../img/stars.jpg

    which should have been

    ../img/stars.jpg

    or

    /img/stars.jpg

    The first points to the img directory, one up from where the style rules are; the latter points to an img as a sub from the root directory.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    aaronw51765599
    Known Participant
    November 16, 2017

    the very first step to be sure that path are correctly set in linked document (whatever they are, images, files,...) you have to set and define a website... as basic as simply define the local folder, and that is it... so if when doing it, browse path doesn't work, please could you explain how ?

    that is why I was asking previously for your tree (folder and files)  and HTML code

    do you get the point now ?


    yes I did that, I had done that, that wasn't the problem.  The problem was when I used Dreamweavers browse or autocomplete features it wasn't correct.  I already solved the problem though by deleting characters off what dreamweaver was entering so problem solved.  Thanks for the help.  Half the time it says image not found I just have to not touch anything and wait 5 minutes and then magically image appears.  Another half the time I just have to not touch anything and restart dreamweaver and then it magically works.  It is very frustrating when you are trying to learn and you can't tell if the problem is with your code or the problem is with the tool.  Sometimes I can find the error in my code, other times I am dying trying to find what I did wrong and it turns out I just needed to restart dreamweaver and then it magically works.  HATE this program.