Skip to main content
Inspiring
October 7, 2014
Question

Robohelp 10 output line spacing for numbered lists is off

  • October 7, 2014
  • 1 reply
  • 261 views

I wondered if you have had this situation occur with your output from Robohelp 10.

I created my help system and CSS using Robohelp 10. My CSS contains a numbered list style and an alpha list style, both having line spacing of 3pt before and 3pt after. Looks great in Robohelp WYSIWYG, but the generated output (in IE and Chrome) looks bad. The numbered list line has way too much line spacing after (the next style is a non-numbered list style) and the alpha list has way too little line spacing.

I tried playing around with changing the line spacing but it does not change the output!

Thought I'd reach out to see if you have experienced this issue and the most expedient way to resolve.

Here is an example of HTML tags in Robohelp:

numbered list

<?rh-list_start level="1" an="1" class="rl-p-1ListNumber" start="1" style="list-style: rh-list;

  list-style: rh-list;" ?><p class="1ListNumber">instruction text.</p><?rh-list_end ?>


alpha list

<?rh-list_start level="1" an="1" class="rl-p-Alpha" style="list-style: rh-list;

  list-style: rh-list;" ?><p class="Alpha">Instruction text.</p><?rh-list_end ?>

thanks much

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
October 17, 2014

If you create a single topic project showing this problem and send it to me as directed on the Contact page of my site, I will take a look.


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.