This is pretty awkward. I am learning new things, but I am surprised that I can not figure it out on my own.
On my desktop, I have a Test folder and it also has a index.htmlfolder called CSS, which contains index.cssanother folder with images with an image with the name logo.png.
In my file index.css, I have the following line:
background: url("images/logo.png") no-repeat;
Using the line above, I cannot display the image locally. I tried using /imagesand test/images, but it does not work. How can I display this if I view it locally?
source
share