Use repeat-x (repeat horizontal) or repeat-y (repeat vertical)
If it is for the body then no content is necessary for it to show. If it is for a container, there must be either a set height and width or content (paragraph or other elements).
background: #color url(image_url) no-repeat center scroll;
Adds your background color, loads your image from its URL, sets a no repeat if a non-tileable image, centers in container and sets image to scroll with contents.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum