Click to See Complete Forum and Search --> : Background Picture


soccer362001
09-06-2003, 03:47 PM
I know how do make the background a color, but how would I make the background a picture??

DaveSW
09-06-2003, 03:57 PM
background-image: url(pic.png);


or if you prefer:

background: #ffffe5 url(pic.png) left repeat-y;

which gives you a background color of ffffe5, and the pic.png repeated down the left hand side.

soccer362001
09-06-2003, 04:10 PM
Thank you very much

DaveSW
09-06-2003, 04:12 PM
no probs! :D