Page 1 of 1

Adding a Favicon?

Posted: Thu Sep 11, 2014 12:01 am
by DaveC
I am generating webhelp and want to put an icon into the tab that appears in the web browser (some call this a favicon, or fav-icon), but I cannot get the <link rel="shortcut icon" type="image/x-icon" href="Fav-Icon-16x16.png"/> into the <head> region of the index.html file. I have tried the args.hdf, but this only puts into the <head> of the individual topics, and does not appear in the framed output.

Any suggestions?

Re: Adding a Favicon?

Posted: Thu Sep 11, 2014 9:07 am
by sorin_ristache
Hello,

Please follow the steps described in this blog entry.

Re: Adding a Favicon?

Posted: Thu Sep 11, 2014 3:38 pm
by DaveC
That did it! Thank you!