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
Resize Font and Columns
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 for example to
Then you can modify 20px to make the size suit your needs.
As for making the link larger try line 1084 - change
Code: Select all
<a href="'.$settings['website_url'].'">
Code: Select all
<a href="'.$settings['website_url'].'" style="font-size:20px">
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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