View Full Version : How do you set a picture as a background, without it tiling.


Lalalandowner
08-17-2003, 02:06 AM
I need it as a large picture that will cover the entire background - but NO tiling, other than making a giant table frame how could I do that?

Alcy
08-17-2003, 03:11 AM
<style type="text/css">
body
{
background-repeat:no-repeat;
}
</style>