Forums

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

Home Forums CSS Noob seeking header help Reply To: Noob seeking header help

#196923
Mave
Participant

All you need to do is use:

.header{
background-image:url(“image.jpg”);
}

This should work as long as your header has:

class=”header”

declared in the div