Changing Background Image/Color
Tue, 2007-06-19 23:19 — jony
The background is controlled by css, and can be viewed inside body {
margin: 0px;
padding: 0px;
* padding-top: 50px;
* padding-bottom: 35px;
background-image: url(../images/pageBackground.gif);
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
To change the background can be done by inserting a new image or removing this line. background-color:#FFFFFF;
|
