Remove transparent images.

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
lil
Jr. Propeller Head
Posts: 4
Joined: Tue Aug 18, 2015 2:38 pm

Remove transparent images.

Post by lil »

When building a project in WebHelp with HTML5, the images for the logo and the topic tool bar buttons are replaced in the index.htm file with a transparent.gif image. These transparent images interfere with the 'real' images appearing in Windows High Contrast Mode.

I was able to successfully replace the transparent image on the logo by editing the source Default_TriPane.htm file and hard-coding the name of the real logo image into the correct button element. The image is NOT getting written over at build time any more by the transparent image, and now the logo appears in HCM, but this did not work for the tool bar buttons.

Does anyone know of any other source files, besides Default_TriPane.htm, that could be used to write over the index.htm file at build time? I realize it is not best practice to edit source files, but our documentation MUST be accessible.

Or, if any one has any other solution to this problem, I would love to hear it!
Post Reply