Forums

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

Home Forums CSS Putting picture on top of page Re: Putting picture on top of page

#86334
chrisburton
Participant
#header {background: #ffffff url(path/to/image.png);}

If you don’t want it to repeat:

#header {background: #ffffff url(path/to/image.png) no-repeat;}