Script URL: latest
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 am really liking this gbook script with all of the customizations. With that said I would like to add a little more space at the bottom of the page between the page numbers and the bottom of the screen. In other words space under this 1 2 Last ». I have played around quite a bit but cannot hit the spot that would ad 10 px or so to get it in full view.
Also is there a way to get the correct day to show on the entry date? I have been working on this for several hours and it keeps showing tomorrows date. I was about 6 hrs away from being tomorrow when I noticed this. I do not se any time adjustments in the settings page.
Thanks
Wayne
Extra space at bottom
Re: Extra space at bottom
To add extra space below the bottom 1 2 Last >>
Find the style.css file in your template folder (if you did not create your own you can find it under templates/default ) and find and change it to
To adjust the time, look in the following thread viewtopic.php?f=3&t=2421 .
I think what you need can be found from the following post viewtopic.php?p=13445#p13445 downward .
Greetings,
Henrie
Find the style.css file in your template folder (if you did not create your own you can find it under templates/default ) and find
Code: Select all
gbook_bottom {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#0066FF; text-decoration:none;}
Code: Select all
gbook_bottom {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#0066FF; text-decoration:none; margin-bottom:10px;}
I think what you need can be found from the following post viewtopic.php?p=13445#p13445 downward .
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.