Forum Moderators: not2easy
body {
background: url(path/to/image.gif) 50% 0% no-repeat;
}
The first percent value (50%) specifies where should the image be placed on the X axis of the body tag width.
The secong percent value (0%) specifies where should the image be placed on the Y axis of the body tag height.
You can also use words in this place (top left, top right etc).
I hope that is what you want - this way you can assign an image background for any HTML tag.
Cheers,
M.Saulis