Page 1 of 1

Resize Font and Columns

Posted: Thu Apr 10, 2008 5:51 pm
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

Posted: Thu Apr 10, 2008 6:31 pm
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.

Posted: Fri Apr 11, 2008 3:38 am
by Dent Tec
Thank you
It works beautifully