Page 1 of 1

Other background colour

PostPosted: Sun Nov 29, 2009 1:07 pm
by nele
I've been looking in the html code of my site to change the backcolour in grey. I changed some colours in grey buth the background doesn't change...
Can someone tell me where I can find the htmlcode for the background of my site http://www.pbase.com/nele?
Thanks!!

Re: Other background colour

PostPosted: Tue Dec 01, 2009 5:16 pm
by ladytanya
Go to "edit gallery", in section "style sheet" select "edit style sheets". In "Existing Style Sheets" select "edit". Find "body {", if you can't find - make new same it:
Code: Select all
body {
  background: #666666;
  font-family: tahoma,verdana,arial;
}

Are you happy? :)