Email this Page Log Support Call Send Feedback Print

Previous Topic

Next Topic

Book Contents

Book Index

Wrong Indent with List Continue Styles in HTML

Problem

List continue styles in HTML outputs, are not always indenting correctly depending on where they are used. .

The styles act as expected in the editor, and when published to the Word and WinHelp outputs. However, when published to any of the HTML outputs the list continue and list continue 2 styles are indenting under the list style level above, rather than moving back towards the margin.

For example, a topic may use the following styles:

1. List Number

 

2. List Number

 

 

a. List Alpha

 

b. List Alpha

 

List Continue

3. List Number

 

4. List Number

 

When publishing to HTML, the styles are indenting as follows:

1. List Number

 

2. List Number

 

 

a. List Alpha

 

b. List Alpha

 

 

List Continue

3. List Number

 

4. List Number

 

Reason

Instead of the List Alpha closing, and then the List Continue paragraph being inserted, the List Continue paragraph is being inserted inside the List Alpha list, and then the sub-list is closed.

Top of Page Email this Page Log Support Call Send Feedback Print