Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Adding a background image


BRoberson1657 - 7:24 pm on Nov 18, 2011 (gmt 0)


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; }


Thread source:: http://www.webmasterworld.com/css/4388641.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com