On a website I'm doing. The background image wont cover the old black background.
http://www.paulloltest.host22.com/
I want the green background to cover the black background.
http://www.paulloltest.host22.com/
I want the green background to cover the black background.
Code:
body {
background-image:url(images/background.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
background-repeat: repeat-x;
background-color: #000000;







