HTML Help Builder
Adding a favicon with Help Builder
Gravatar is a globally recognized avatar based on your email address. Adding a favicon with Help Builder
  Pelayo
  All
  Dec 12, 2018 @ 07:36am

Hi, it is possible to add a favicon using WestWind Help Builder?

Gravatar is a globally recognized avatar based on your email address. re: Adding a favicon with Help Builder
  Rick Strahl
  Pelayo
  Dec 13, 2018 @ 12:17am

favicon is usually served from the root of the Web site. If the HelpBuilder project is the root of the Web site you can simply copy favicon.ico into the root folder and it will be served.

If you want to explicitly override the favicon you can explicitly copy the icon to the server (via FTP or otherwise - it won't be copied by default at the moment, but I'll add that for a future release) and add the appropriate headers to the _Layout.wcs template page in your project.

Add this to your head:

<html>
<head>
       ...
       <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
       <link rel="apple-touch-icon" href="/favicon.ico" />
       ...
</head>
<body>
...

You can also point the href at an explicit URL somewhere else on your site or even another site.

+++ Rick ---

© 1996-2024