Version of script: 1.7.2
What terms did you try when SEARCHING for a solution: viewport
Write your message below:
First of all, Klemen, congratulations for your nice guestbook script. I am actually trying to optimize my website with the help of "Google webmaster tools". Those tools indicate that the guestbook font size is small for mobiles. I know how to solve this in an HTML file: it consists of inserting the line <meta name="viewport" content="width=device-width, initial-scale=1.0">. I ask for your help since I do not know how to solve this for the guestbook files written in PHP.
Thanks in advance for your help.
Regards,
Javier
Guestbook for mobile devices
Re: Guestbook for mobile devices
PHP files also output HTML at the end.
You can modify the header HTML code inside the "templates/default/overall_header.php" file, just open in in a plain text editor such as Notepad or the free Notepadd++ (or your HTML editor).
You can modify the header HTML code inside the "templates/default/overall_header.php" file, just open in in a plain text editor such as Notepad or the free Notepadd++ (or your HTML editor).
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
Re: Guestbook for mobile devices
Thanks a lot, Klemen! I've followed your instructions and it worked immediately.