CAN SOMEONE HELP? I'm new to CSS and having trouble with a very simple task. I'm trying to add a background image to my site. The current code doesn't have a line for displaying a background image so it defaults to white. Since I'm pretty new to editing CSS I'm not sure what code I need in order to tell it to load a background image.
The "new background" image will be-
named: MainBackground.png
located here: j:\App_Themes\Peacock\img
If you need to see more of the source code please visit the site: http://peacockpress.printnow.net/
Here is the current code as it is now:
--------------------------------------------
body
{
margin: 0;
padding: 0;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
}
* { outline: none; }
:focus{ outline: none; }