Viewport meta tag for mobile screen re-sizing

Everything related to GBook PHP guestbook
Post Reply
Cascade
Posts: 1
Joined: Sat Jul 15, 2017 12:40 pm

Viewport meta tag for mobile screen re-sizing

Post by Cascade »

I need to put a viewport meta tag in the header:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
It's for re-sizing the text in different devices eg: mobile, tablet etc.
Where do I find the header for html tags please?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Viewport meta tag for mobile screen re-sizing

Post by Klemen »

To add anything into the head you will need to modify the GBook templates. Look into file: templates/default/overall_header.php

Open the file in a powerful text editor, such as the free Notepad++ (do NOT use the Windows notepad), find the head tags and add your own code.
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
Post Reply