arthur_barker
New member
Hi,
So I am making a website for the first time in atom, and I want to a section of my code to have a background image. I have put a pgn image in a folder and set the code to copy the path but the image won't appear, anyone know what is going on?
section {
background-image: url("C:\Users\Owner\Google Drive\Code\OpenforTheatre\Images\oftHeader.png");
background-color: steelBlue;
}
Cheers
So I am making a website for the first time in atom, and I want to a section of my code to have a background image. I have put a pgn image in a folder and set the code to copy the path but the image won't appear, anyone know what is going on?
section {
background-image: url("C:\Users\Owner\Google Drive\Code\OpenforTheatre\Images\oftHeader.png");
background-color: steelBlue;
}
Cheers