Guest Book Title Font Color
-
- Posts: 56
- Joined: Sat Apr 03, 2010 9:04 pm
Guest Book Title Font Color
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: Changing Font Color
Write your message below:
I can't find the file in CCS which keeps my GB Title font color? Can you refresh my memory?
Thanks!
Ken
www.theangry.net
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Changing Font Color
Write your message below:
I can't find the file in CCS which keeps my GB Title font color? Can you refresh my memory?
Thanks!
Ken
www.theangry.net
Re: Guest Book Title Font Color
Hello Ken,
In the style.css file change the color:#ff0000; to a different number in:
Greetings,
Henrie
In the style.css file change the color:#ff0000; to a different number in:
Code: Select all
h1{margin:0; padding-top:5px; font-family:Trebuchet MS, Arial, Helvetica;
color:#ff0000; font-weight:normal; size:50px; position:relative; text-align: center;}
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
Re: Guest Book Title Font Color
....thanks for the help!
I'm not seeing an "h1 margin", etc. I only see and h3.
Ken
I'm not seeing an "h1 margin", etc. I only see and h3.

Ken
-
- Posts: 56
- Joined: Sat Apr 03, 2010 9:04 pm
Re: Guest Book Title Font Color
....could it be in settings!
Re: Guest Book Title Font Color
It is in this file:
http://www.theangry.net/gbook/templates ... /style.css
see:
/*
GBook CSS Document
Template: default
Last modified: August 20th, 2009
*/
/*--------------------------------------------HEADER--------------------------------------------*/
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}
#gbook_header{width:600px; height:150px; margin:0 auto; background-image:url('images/book.png'); background-repeat:no-repeat}
#gbook_top_links{width:450px; height:50px; margin-left:120px; margin-top:10px;}
a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #003399; text-decoration:underline;}
a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #003399; text-decoration:none;}
#gbook_top_links a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color: #003399; text-decoration:underline; font-weight:bold;}
#gbook_top_links a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; font-weight:bold;}
img.gbook_logo{margin-left:150px; margin-top:10px;}
span.gbook_entries_top{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; line-height:25px;}
br.clear{clear:both;}
.clear{line-height:10px; clear:both}
hr{ width:99%; height:1px; color:#333333;}
h1{margin:0; padding-top:5px; font-family:Trebuchet MS, Arial, Helvetica;
color:#ff0000; font-weight:normal; size:50px; position:relative; text-align: center;}
/*--------------------------------------------HEADER--------------------------------------------*/
Greetings,
Henrie
http://www.theangry.net/gbook/templates ... /style.css
see:
/*
GBook CSS Document
Template: default
Last modified: August 20th, 2009
*/
/*--------------------------------------------HEADER--------------------------------------------*/
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}
#gbook_header{width:600px; height:150px; margin:0 auto; background-image:url('images/book.png'); background-repeat:no-repeat}
#gbook_top_links{width:450px; height:50px; margin-left:120px; margin-top:10px;}
a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #003399; text-decoration:underline;}
a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #003399; text-decoration:none;}
#gbook_top_links a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color: #003399; text-decoration:underline; font-weight:bold;}
#gbook_top_links a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; font-weight:bold;}
img.gbook_logo{margin-left:150px; margin-top:10px;}
span.gbook_entries_top{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; line-height:25px;}
br.clear{clear:both;}
.clear{line-height:10px; clear:both}
hr{ width:99%; height:1px; color:#333333;}
h1{margin:0; padding-top:5px; font-family:Trebuchet MS, Arial, Helvetica;
color:#ff0000; font-weight:normal; size:50px; position:relative; text-align: center;}
/*--------------------------------------------HEADER--------------------------------------------*/
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
Re: Guest Book Title Font Color
....my "website hobby" is driving me nuts! I think I followed your directions correctly and tried to change the Guest Book title "Even Stephen's Wild Game Recipes" to brown (9C4124) and the color stayed the same. I deleted cookies, browsing, etc. to no avail. What the heck am I missing?! 

Re: Guest Book Title Font Color
I think we have a miscommunication here.evenstephencom wrote:tried to change the Guest Book title "Even Stephen's Wild Game Recipes"
I was talking about the Guest Book title "The Angry" ( http://www.theangry.net/gbook/gbook.php ) . It is the only guestbook link I saw on the only link ( http://www.theangry.net ) you gave in your first post of this topic. Please post a link to your guestbook so we are talking about the same guestbook.
EDIT:
I found the guestbook through your username now... evenstephen.com
The answer is almost the same as before. I found your stylesheet here:
http://www.theangry.net/gbook/templates ... /style.css
See below the first part of the style.css file. The red text is where you can change color:#010097; to color:#9C4124;
/*
GBook CSS Document
Template: default
Last modified: August 20th, 2009
*/
/*--------------------------------------------HEADER--------------------------------------------*/
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}
#gbook_header{width:600px; height:150px; margin:0 auto; background-image:url('images/book.png'); background-repeat:no-repeat}
#gbook_top_links{width:450px; height:50px; margin-left:120px; margin-top:10px;}
a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #003399; text-decoration:underline;}
a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #003399; text-decoration:none;}
#gbook_top_links a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color: #003399; text-decoration:underline; font-weight:bold;}
#gbook_top_links a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; font-weight:bold;}
img.gbook_logo{margin-left:150px; margin-top:10px;}
span.gbook_entries_top{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; line-height:25px;}
br.clear{clear:both;}
.clear{line-height:10px; clear:both}
hr{ width:99%; height:1px; color:#333333;}
h1{margin:0; padding-top:5px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#010097; font-weight:bold; font-size:25px; position:relative; left:30px;}
/*--------------------------------------------HEADER--------------------------------------------*/
/*--------------------------------------------BODY--------------------------------------------*/
...
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
Re: Guest Book Title Font Color
...the confusion is all my fault! My link did indeed by mistake, direct you to the Angry GB. I thought the Guest Book for Even Stephen was in http://www.evenstephen.com/gbook/templa ... /style.ccs?
Ken
PS: Instead of editing the style.ccs file with notepad, could I edit the style.ccs file with Front Page, highlight the text involved, chooese brown from the text color option and re-upload?,
Ken
PS: Instead of editing the style.ccs file with notepad, could I edit the style.ccs file with Front Page, highlight the text involved, chooese brown from the text color option and re-upload?,
Re: Guest Book Title Font Color
You probably can. But I can not test it because I don't have frontpage so the only way to be sure about it, is to do it.
Henrie
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
Re: Guest Book Title Font Color
....I'll try it tomorrow and post how it works out.
Ken
Ken
-
- Posts: 56
- Joined: Sat Apr 03, 2010 9:04 pm
Re: Guest Book Title Font Color
FYI: The color can not be set using FP via highlight and paste. As you can see I did get the body color changed. I can't seem to find the line in the header where I can change: Even Stephen's Guest Book, Even Stephen, View Guestbook and sign Guest book to a darker brown.

I forgot to give you a link: http://evenstephen.com/gbook/gbook.php
Ken

I forgot to give you a link: http://evenstephen.com/gbook/gbook.php
Ken
Re: Guest Book Title Font Color
Ah, I misunderstood you than. I thought you just wanted to edit the style.css file through Frontpage. You can indeed not edit a php generated page through Frontpage (as far as my knowledge goes).evenstephencom wrote:FYI: The color can not be set using FP via highlight and paste
In the style.css file changeevenstephencom wrote:I can't seem to find the line in the header where I can change: Even Stephen's Guest Book, Even Stephen, View Guestbook and sign Guest book to a darker brown.
#gbook_top_links a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color: #003399; text-decoration:underline; font-weight:bold;}
#gbook_top_links a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; font-weight:bold;}
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
Re: Guest Book Title Font Color
Henrie: I've been away for a couple of days and just got in. I'll try to make the color change tomorrow and let you know if I got it right or managed to screw it up yet again! I will be buying you a drink real soon!
Ken
Ken

Re: Guest Book Title Font Color
I hope you will be able to change to color.
And please don't buy me a drink anymore for such a small question as this. You have bought me enough drinks already
.
Henrie
And please don't buy me a drink anymore for such a small question as this. You have bought me enough drinks already

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
Re: Guest Book Title Font Color
.....got the three sub-titles but not the GB Title. I don't see the font color code in that top header? 
