Skip to main content
Inspiring
September 3, 2013
Question

Bullet indent incorrect

  • September 3, 2013
  • 1 reply
  • 877 views

Using RH10, HTML to generate HTML help (.chm file).  First line indent for bullet incorrect:

Using the ruler in design view, and the indents appear to be correct:

The style descriptions is as follows:

The CSS is:

Any suggestions as to how I can get my first line indent to work correctly?

Thank you!

This topic has been closed for replies.

1 reply

Willam van Weelden
Inspiring
September 3, 2013

Hi,

Remove the text-indent property from the style. You may need to amend the margin of the paragraph as well, otherwise you'll have a rather large indent from text to paragraph.

(text-indent only sets the indent for the first line of a paragraph.)

Greet,

Willam

Tina_Z-BAuthor
Inspiring
September 4, 2013

Hi William:

I removed the text-indent property, and here is the generated result:

The following issues are now present:

  • The hanging indent for the second line is way off - how do I fix that?
  • It appears the bullet character has moved.  I base this conclusion on the paragraph that follows the bulleted line.  This paragraph should line up with the text in the bulleted line (for example, the word 'The' should line up with the word 'Open').

The CSS now looks like this:

Any suggestions???

Willam van Weelden
Inspiring
September 5, 2013

What's the HTML of the list in Robo and the output?

Greet,

Willam