HelpSmith Logo
Making Help Authoring a Pleasure to Do
Free DownloadStart your free trial now
HelpSmith Topics
Making Help Authoring a Pleasure To Do

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?

30

Comments

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.

27

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:

  1. In HelpSmith, on the Project tab, click Project Options.
  2. In the Project Options window, go to HTML Export|<HEAD> Section

In the <HEAD> Section editor, copy/paste the following code:

<IF_#WebHelp>
<link href="<%media:favicon.png%>" rel="icon" type="image/x-icon" />
</IF_#WebHelp>

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.

18

Add a Comment

Please Login or Register or leave comments.

Hello World
Lorem ipsum dolor sit amet
OK
Login
Nickname or Email:
Password:
If you do not have an account, you can register.