Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
|
I assumed you want to do this to the body of the page. You can change #000 to whatever color you like and the repeat and positioning is at the end of the backround tag. Let me know if you have any questions.
Code:
body {
background: #000 url('path-to-image.jpg') no-repeat top center;
}
__________________
- cbeaudin
|