Posts: 255
Name: John Nerush
Location: Milton Keynes, UK
|
The colour is coming from the ID gallery, change it to:
Code:
#gallery {
background:none repeat scroll 0 0 #C5A665;
padding:30px;
}
With regards to centering it:
You just need to put margin:0 auto; into the gallery ID also.
Code:
#gallery {
background:none repeat scroll 0 0 #C5A665;
padding:30px;
margin:0 auto;
}
__________________
Please login or register to view this content. Registration is FREE
Learn professional skills from professional people, from $6.50 a month.
Last edited by Phunk Rabbit; 06-24-2010 at 10:03 AM..
|