How to add a favicon to a web help system?
I've created a webhelp system using HelpSmith and it works just fine.
Q: Can you provide some instructions on how to add a favicon?
I've created a webhelp system using HelpSmith and it works just fine.
Q: Can you provide some instructions on how to add a favicon?
For Web Help system on a separate domain (or sub-domain)
If your Web Help system is located on:
then you can simply place the "favicon.ico" file to the web help's root folder.
The web browser will access the default "favicon.ico" file from the root folder. In this case, defining the favicon file in meta tags is not mandatory.
For a web help system located in a sub-folder
If your web help system is located in a sub-folder (for example: https://example.com/webhelp/), you should define the favicon file in the Head section of the web help's layout:
In the <HEAD> Section editor, copy/paste the following code:
Remark: In the HTML editor, you can double-click on the <%media:favicon.png%> placeholder to select the needed image file from the project's media repository.