Page 1 of 1

Have index show as home in browser tab

Posted: Thu Dec 21, 2023 2:50 pm
by RV03
Is it possible to have my index page display as home in a browser tab? (The top area of a browser tab above the URL. The tab "name".)

Can I just rename the page from index.html to home.html? Will that cause any issues? Index seems to be the first thing a browser tries to load. Will it also look for home.html?

Is there some code I could place to make this happen?

I searched the forums and couldn't find anything. Any help is greatly appreciated!

Re: Have index show as home in browser tab

Posted: Thu Dec 21, 2023 3:01 pm
by BaconFries
Can I just rename the page from index.html to home.html? Will that cause any issues? Index seems to be the first thing a browser tries to load. Will it also look for home.html?
The first page should be index.html or index.htm and if it is using php then it should be index.php. You can name the first page home or whatever you wish. Page names should always be lowercase not upper the same applies to files such as images etc etc.
See the following on this
How do I name my pages, images and other files?


See the following screenshot for "title" where you can set the name to whatever you wish.

Image

To help you get started and familiar with the software see the following tutorials.
https://www.wysiwygwebbuilder.com/getting_started.html

Re: Have index show as home in browser tab

Posted: Thu Dec 21, 2023 3:07 pm
by alan_sh
The name of the .html file will be "index", but if you go into the page properties, there is a 'title' and a 'menu name' that you can set to whatever you want. The 'title' is what appears in a browser tab.

Alan

Re: Have index show as home in browser tab

Posted: Thu Dec 21, 2023 3:57 pm
by RV03
Gah! I can't believe I missed that when looking through there! Thank you for taking your valuable time to point me in the right direction. Very much appreciated!! :D