Home › Forums › CSS › Problem, background-Image ? › Reply To: Problem, background-Image ?
November 26, 2013 at 8:26 pm
#157205
Participant
So something like this:
/cssOne
/cssOne/head.css
/images/
/images/header.jpg
/template.css (this file imports /cssOne/head.css)
/index.html
right?
So the background-image code should be:
.pageOne{
background-image : url('images/header.jpg);
height : 452px;
width : 100%;
}