Click to See Complete Forum and Search --> : About the body background


arturion
01-23-2004, 03:42 PM
How do I avoid the background to repeat itself all over the page? Is it using a "bgpropertie"? Thank you for your atention.

soccer362001
01-23-2004, 03:46 PM
<style type="text/css">
body
{
background: url(whaterver.gif);
background-repeat: repeat-x;
}
</style>

spufi
01-23-2004, 08:09 PM
For future reference...
http://www.w3schools.com/css/css_reference.asp#background

Some basic CSS...
http://www.webdevfaqs.com/css.php