I have an HTML file with a subdirectory called img with an image called debut_dark.png. In my CSS file, I have:
img
debut_dark.png
body { backgro
Make sure your body has a height, f.ex:
body { background: url(/img/debut_dark.png) repeat; min-height: 100%; }