This is a sample page with a marble background in a paragraph.
This indented div has a paragraph with the background image. It is 400 pixels wide.
This paragraph uses the background image.
This paragraph does not use the image.
I like this effect so I made a class for it: .marble { background-image: url(marble10.jpg)}
.marble { background-image: url(marble10.jpg)}
Then I put my class in a paragraph: <p class="marble">
<p class="marble">
I also made pages using this background-image in a page, a div and a span.