How do I make my back ground full in HTML?

phillip

New member
So far I have...

<body style="background: url(homesky.gif) no-repeat center fixed;">
body {
width: XXpx;
height: YYpx;
margin: 0 auto;
background: #fff url(image_name.jpg) no-repeat center fixed;
}

and now it is in the Center of my screen but dose not fill my screen how do I make it to where it fills all of anyones screen that wants to view it? ( sorry new at HTML be specific please@!~)
 
Back
Top