okay, i have no idea why this isn’t working at all. it seems like my code is the way it should be, can someone show me why my background image isn’t showing correctly?
https://i.stack.imgur.com/B2wYk.jpg
body {
font-family:arial;
font-size:14px;
background-image:url('worn_dots.png');
background-repeat:repeat;
}
For some reason, when I replace the URL with a web address, the background shows, but like this it doesn’t.
EDITED:
According to your screen shot your css is inside in css folder, so path your image in css like this:
As your image is present at root folder and
cssis prenst in css folder, so use../to relate your image in css