Align View/Sign Guestbook

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
wino
Posts: 6
Joined: Wed Mar 12, 2014 8:25 am

Align View/Sign Guestbook

Post by wino »

Script URL: http://www.saveportphillip.22web.org/
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:

G'day fellas,

Excuse me for asking as I have seen this answered elsewhere but after searching for over an hour with no luck, I relent! I have removed the home link in gbook as I use an iframe. Just need to know how to center View, Sign and number of entries text under the heading?

Cheers :)
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: Align View/Sign Guestbook

Post by Henrie »

Find the file style.css here in /templates/default/style.css

In the style.css file find

Code: Select all

#gbook_top_links{width:450px; height:50px; margin-left:120px; margin-top:10px;}
and change it to

Code: Select all

#gbook_top_links{width:450px; height:50px; margin-left:120px; margin-top:10px; text-align:center;}
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.
wino
Posts: 6
Joined: Wed Mar 12, 2014 8:25 am

Re: Align View/Sign Guestbook

Post by wino »

Thanks a heap Henrie :)
Post Reply