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:
Write your message below:
If I insert the code: < body bgcolor="66cc body> will I indeed get a brown background on my page?
Thanks!
Background Color
Re: Background Color
Hello eventsephencom,
The correct code would be
But in GBook all styles are defined in an external css stylesheet, you can find it in styles/default/style.css
You would have to change:to
Learn more about html coding here: http://www.w3schools.com/html/html_styles.asp
And see about colors: here: http://www.w3schools.com/html/html_colors.asp or here http://www.immigration-usa.com/html_colors.html
Greetings,
Henrie
No it will not, because what you wrote is not valid html code.evenstephencom wrote:If I insert the code: < body bgcolor="66cc body> will I indeed get a brown background on my page?
The correct code would be
Code: Select all
<body style="background-color:#C27E3A">
You would have to change:
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;}
Code: Select all
body{margin:0; padding:0; background-color:#C27E3A ; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color:#003399;}
And see about colors: here: http://www.w3schools.com/html/html_colors.asp or here http://www.immigration-usa.com/html_colors.html
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
-
- Posts: 56
- Joined: Sat Apr 03, 2010 9:04 pm
Background Color
Thanks to both of you for your help! I'll try to insert that code this weekend into my GB.
Ken

Ken
