View Full Version : Background image


Farore
12-07-2006, 04:08 AM
How can I put a background image without it tiling? I don't want it to repeat, I just want one image to be my background. How can I do that?

Thank you.

Arwen
12-07-2006, 07:56 AM
<style type="text/css">
body {
background: url(IMAGE.JPG) fixed no-repeat;}
</style>

Farore
12-07-2006, 06:46 PM
thank you :)

Raindrop Graphics
12-12-2006, 02:00 AM
thanks! I was just about to ask this.