Hey there! I'm currently facing an issue with setting a background image on my website, as it's remaining white. When I checked through inspect element, it says that the image can't be found.
The HTML file is correctly linked to the CSS file since other images are displaying properly. The full directory for the background image is:
F:\Pete\Web Design\Assignment\images\background.jpg
If needed, here is the link to the error:
body{
background-image:url(images\background.jpg);
}
The above code snippet shows how the background image is implemented in my project.