Change over-all width

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Redneckheaven
Posts: 9
Joined: Wed Nov 04, 2009 2:55 am

Change over-all width

Post by Redneckheaven »

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 am trying to change the over-all width of the guest book. I went to the section in style sheet:


#gbook_guestbook{width:100%; height:auto; margin-bottom:20px;}
span.gbook_guestbook{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:20px; color:#0e67af; font-weight:bold; text-align:center}
span.gbook_required{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#464645; font-size:12px; }

Changed where it says width:100% to 50% -- just to see if it change the width which it didnt. Tried 750px didnt work. How do you change the over all width.

Thank You
Kevin
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Find and change width:96% (.gbook_commentbox class) in the style file.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Redneckheaven
Posts: 9
Joined: Wed Nov 04, 2009 2:55 am

Post by Redneckheaven »

Thank you that worked perfect
Post Reply