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:
I couldn't find an answer searching forums---but what folder is the font size of the GB Name in?
Increasing font size of GB Name
I see you are using the older version 1.6
In that version find the file style.css in the same folder as the gbook.php file
In style.css the Guestbook name (at the top of the page) is defined in:
Greetings,
Henrie
In that version find the file style.css in the same folder as the gbook.php file
In style.css the Guestbook name (at the top of the page) is defined in:
Code: Select all
h3 {
color : Black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
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.