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.