I have a background gif image that is a gradient color.
How can I get it to fill the entire background? Nothing is showing up and I have double checked that background.gif is in the images folder for the F2 theme.
http://ybhatt.virtuallyassistingu.com
Here's the code I am using:
body {
background-image:url('images/background.gif');
}
Thanks so much.