View Full Version : not a very involved question


Nativegrace
05-30-2006, 04:17 PM
I have a picture that I want as my background, but I don't want it to repeat, I want it to cover my entire background. I am making a div layer... could anyone please help me?

* Jo *
05-31-2006, 04:21 AM
hey

<style type=text/css>
table, tr, td {
background-color:transparent;
border:none;
border-width:0px;
}

body {
background-image:url(inser url);
background-position:Center Center;
background-attachment:scroll;
background-repeat:no-repeat;
}
</style>