Help

2008paul

Paragon
Joined
Mar 10, 2009
Messages
1,039
Reaction score
0
FP$
6
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.

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;
 
Anytime, I have no experience with that, but soemtimes you just gotta look.
 
You do not have to replace it with a number I believe, you can also just have it to repeat; that way it will automatically fill up the area completely, for any given resolution.
 
Back
Top Bottom