Page 1 of 1

Background Color or Theme Background

Posted: Mon Feb 14, 2011 3:18 pm
by evenstephencom
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Background Colors

Write your message below:

Although I've read the comments about themes and colors I am still confused. If I can't add my FP theme to my two guestbooks, what is the script that I should use to add a color backgound to my GB's after I pick a matching color code :? from your color charts? Thanks!

Ken
www.TheAngry.net

Re: Background Color or Theme Background

Posted: Mon Feb 14, 2011 6:21 pm
by Henrie
In the style.css file of your template you can find

Code: Select all

body{margin:0; padding:0; background-image:url(images/bg.png); background-repeat:repeat-x; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color:#003399;}
Add background-color:#FF0000; Where #FF0000 is the color of your choice.
so it looks like this

Code: Select all

body{margin:0; padding:0; background-image:url(images/bg.png); background-repeat:repeat-x; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color:#003399; background-color:#FF0000;}
You also might have to replace the background image with one of your own. Change background-image:url(images/bg.png); to your own image or remove this text to see your background color also on the top of your page (it is a very high background image).

Greetings,
Henrie

Re: Background Color or Theme Background

Posted: Thu Feb 17, 2011 6:38 pm
by evenstephencom
Henrie:

Thanks for your help again. I tried once to change the background color but failed and had to go. I went back to my guest book today to try it again and the GB would not accept my iPage password. Is this an iPage thing or PHP thing? Suggestions? :?

Re: Background Color or Theme Background

Posted: Thu Feb 17, 2011 6:42 pm
by evenstephencom
OOOOPS! I forgot to mention that I went to the GB in order to delete spam entries and could not access it. :oops:

Re: Background Color or Theme Background

Posted: Thu Feb 17, 2011 7:30 pm
by Henrie
Hi Ken,

I do not know what iPage is, so i can not help you with that.

What do you mean, you could not access the guestbook? You could not open the guestbook, or did it not accept your password when trying to delete the entry? I hope you did not accidentally have caps-lock on when typing the password. It happens to often to me.
And check the settings.php file if you use the right password.

Re: Background Color or Theme Background

Posted: Thu Feb 17, 2011 8:26 pm
by evenstephencom
....I could not delete enties. Caps were not on. Although I was typing the wrong password!!!!!!!!!!I think I spent too many years beating on the drums!! Thanks for helping!! :D

Re: Background Color or Theme Background

Posted: Thu Feb 17, 2011 8:48 pm
by Henrie
No problem.
Glad you were able to delete the spam.

Greetings,
Henrie