-1
Hello,
After a lot of research, I ended up doing my HP with an Iframe.
I know a little bit about Html and that’s it. I’ve tried to poke around in PHP, with the famous "Include", but I gave up.
I have many pages and the Menu on one side facilitates access on the other side.
My site is composed of an "index.html" page that is to the left of the screen and, to the right, are the contents, according to which the user clicks in the Menu.
On desktops, the site works well.
In smartphones, the appearance is very reasonable and is more or less like this :
================================
Only recently, I read that Google announced that it will give priority to indexing pages adapted to mobile devices.
Very good. I put the meta tag in the head of the index.html :
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0 maximum-scale=1.0">
Then the problems started. The site was like this :
The same Meta Tag has also been placed on all the contents that are on the right, but ... do not solve the problems.
Could help?
Thank you in advance.
Jeff