Hello,
I would like to see the name of the project on the tab, rather than “Project Title”. Where could I change it? It is for my project called “realnov_fp”
Thank you in advance.
Hello,
I would like to see the name of the project on the tab, rather than “Project Title”. Where could I change it? It is for my project called “realnov_fp”
Thank you in advance.
Hi Busra,
There is a standard HTML tag <title>
which controls what appears in the tab.
Click Interface in the Forio menu
Edit the file “index.html”
Replace the following line with the page title of your choice.
<title>Project Title</title>
WILL