Skip to main content
dash1138
Known Participant
May 11, 2018
Question

Add Meta tag to Index.htm

  • May 11, 2018
  • 1 reply
  • 726 views

I am having an issue with IE compatibility mode which is causing a Jquery script not to function. This meta tag seems to solve the problem:  <meta http-equiv="X-UA-Compatible" content="IE=edge">

Is it possible to get Robohelp to automatically add this meta tag: to the index.htm page. I have tried adding this tag to the HTML header of specific topics, but it only seems to work when added to the header of the index.htm file. Is it possible to get Robohelp to do this without having to update the index.htm file after generating?

Thanks in advance for any help.

This topic has been closed for replies.

1 reply

Jeff_Coatsworth
Community Expert
Community Expert
May 11, 2018

You could hunt around in the "factory" source files that RH uses to create your webhelp, but I suspect it'd be faster just to manually add the line after generating.

Captiv8r
Legend
May 11, 2018

Indeed I was thinking the same thing. I've been poking around the source files and so far I'm lost.

Jeff_Coatsworth
Community Expert
Community Expert
May 11, 2018

My off the cuff guess would be some file in the \WebHelp5Ext\ folder (or sub-folder)