I know how do make the background a color, but how would I make the background a picture??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.Thank you very muchno probs!
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.Thank you very muchno probs!