Resize Font and Columns

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Dent Tec
Posts: 5
Joined: Thu Apr 10, 2008 5:45 pm

Resize Font and Columns

Post by Dent Tec »

Hello all

Can I modify the size of "Submitted By" and "Comments" columns ? I change it to 20% and 80% (line 527 and 544) in gbook.php file but it did not work. I also want to increase the font size of the "Back to ......(webpage).." link. Can someone help me with these? Thanks
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You are changing lines which show private posts there, change lines 959, 960, 963 and 988 instead.

As for making the link larger try line 1084 - change

Code: Select all

<a href="'.$settings['website_url'].'">
for example to

Code: Select all

<a href="'.$settings['website_url'].'" style="font-size:20px">
Then you can modify 20px to make the size suit your needs.
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
Dent Tec
Posts: 5
Joined: Thu Apr 10, 2008 5:45 pm

Post by Dent Tec »

Thank you
It works beautifully
Post Reply