Skip to main content
Participant
January 26, 2015
Question

.CHM help compiled using RHCL differs from same help compiled using RoboHelp GUI

  • January 26, 2015
  • 1 reply
  • 448 views

I am using RoboHelp HTML 11.0.3.268.

My project uses graphics for list bullets in headings, set in the .css, as in the following example:

     h2 {

          list-style-image: url("img/black.png");

     }


When I view the help in the following scenarios, the graphics are displayed except for when the help has been built using RHCL:

  • Previewing the topics in RH displays the graphics.
  • Opening the topics in a browser (Firefox, Chrome, or Internet Explorer) displays the graphics
  • Compiling the .chm file in RH using SSLs > Generate displays the graphics.
  • Compiling the .chm using RHCL uses ordinary round bullets instead of the graphics.


Any ideas, please, how I can create the .chm in an overnight script with the graphics for bullets instead of the round ones?

Andy

This topic has been closed for replies.

1 reply

Participant
January 26, 2015

I've completed a bug report

Peter Grainge
Community Expert
Community Expert
January 27, 2015

Meantime try putting your headings into a two column single row table with no border. Image in one cell, text in the other. That used to overcome a similar problem.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Participant
January 27, 2015

Thanks for the suggestion, Peter - that would be a good way to avoid the issue.