How to change background in PHP

SpaceshipSpaceship
Watch

bigdoglj52

Established Member
Impact
1
i was wondering how to change the background on my php site. http://chattergogo.net/ is my site and i dont like the white background. How do i cange it? sorry im new to stuff like this. Thanks in advance for the help.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
find this line

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }

and change the FFFFFF to the color number/letters you want.

I am pretty sure I am right

p.s. if you want it to match your outer border the color code you want to put in the place of FFFFFF is CC0000
 
0
•••
ok thank you
 
0
•••
while your at it
you may as well change this too

/* This is the outline round the main forum tables */
.forumline { background-color: #e31b1b; border: 2px #006699 solid; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #ff3131; }
td.row2 { background-color: #ff3131; }
td.row3 { background-color: #ff3131; }

I chose the colors but you do what color you want

this will change the colors of the forum tables

p.s. maybe you might want to use this instead of the one you have.

just something quick that matches your bacgroud color

chat.jpg
 
Last edited:
0
•••
Appraise.net

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back