Alright so I created a new bg for warez predator but it's not centered. What do I need to add to the code to center it?
Site: http://warezpredator.com
Here is the code:
This is what I changed it to:
Still didn't work, I'm a bit confused, any help would be great.
Site: http://warezpredator.com
Here is the code:
body {
background-image: url('images/misc/bgpred.png');background-repeat: repeat-x; background-attachment: fixed; background-color: #000000; }
This is what I changed it to:
body {
background: url('images/misc/bgpred.png') no-repeat top center #000000;
background-attachment: no-repeat top center #000000; }
Still didn't work, I'm a bit confused, any help would be great.