Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem, background-Image ? Reply To: Problem, background-Image ?

#157205
Alen
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%;
}