I can't find the part in style.css for background colour

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Guest

I can't find the part in style.css for background colour

Post by Guest »

Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

Hi I can't find the part of the code to change the background colour please help !!!

I downloaded the latest version and everything works fine, I just can't find that.

Thanks,
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hello,

Try changing

BODY, TD {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

to

BODY, TD {
background-color: black;
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

and the just change
background-color: black;
to what color you want.

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Guest

Post by Guest »

It works, thanks it's a really good script.
Locked