Skip to main content
Inspiring
May 26, 2017
Question

Specifying an image in the Title Bar

  • May 26, 2017
  • 1 reply
  • 1540 views

In RoboHelp 2017, is is possible to specify an image in the Title Bar, rather than text? I am using responsive HTML5 and would like to show a stylised product logo containing an image here. Perhaps there is another way I could display the image in the header, and turn off the Title Bar. Any advice would be appreciated.

This topic has been closed for replies.

1 reply

Jeff_Coatsworth
Community Expert
May 26, 2017

Maybe this thread will help - Re: Adding image to header in Robohelp 2017

MDennettiAuthor
Inspiring
May 26, 2017

Thanks very much. I have tried updating layout.css as follows, but have not the image to display yet, although the title bar is now displaying in a different color.

div.header {

            background-image: url('logo_test.png');

            background-repeat: no-repeat;

            background-position: right center;

}

Captiv8r
Brainiac
June 15, 2017

Thanks for the advice. I have added a .png file using the Favicon function but it is not displayed when I create the Responsive HTML5 output. Instead, the colour of the title bar is just changed to white. Does the image need to be added to the RoboHelp project first, perhaps?


While it certainly won't hurt to add the image to the baggage folder, there should be no need to.

I have noticed that the favicon can be a rather persnickety thing. Sometimes it takes a few tries to finally coax it to show. Depends on the image format that was used as well as the browser and maybe even where you are testing from.

Cheers... Rick