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:
is there an easy way to do this or can it only be done in code?
customizing the look of guestbook
Re: customizing the look of guestbook
There is no visual interface to see in realtime what changes you are making.
The changes can only be made through changing code.
You can add your own header and footer to the page by adding code to the header.txt and footer.txt in the gbook folder.
Colors and fonts can be changed through the style.css file in the templates\default folder.
You can change the layout and view of the different pages by changing the template files in the templates\default
Greetings,
Henrie
The changes can only be made through changing code.
You can add your own header and footer to the page by adding code to the header.txt and footer.txt in the gbook folder.
Colors and fonts can be changed through the style.css file in the templates\default folder.
You can change the layout and view of the different pages by changing the template files in the templates\default
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.
Re: customizing the look of guestbook
thanks for the quick answer!Henrie wrote:There is no visual interface to see in realtime what changes you are making.
The changes can only be made through changing code.
You can add your own header and footer to the page by adding code to the header.txt and footer.txt in the gbook folder.
Colors and fonts can be changed through the style.css file in the templates\default folder.
You can change the layout and view of the different pages by changing the template files in the templates\default
Greetings,
Henrie