Page 1 of 1

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

Posted: Mon Jun 27, 2005 4:27 am
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,

Posted: Mon Jun 27, 2005 7:22 am
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

Posted: Mon Jun 27, 2005 4:43 pm
by Guest
It works, thanks it's a really good script.