Question
Creating list continue style
I created a new style that would indent under a numbered list or bulleted list item (used for aligning pictures under the text of the list item or the result text under the list item). I put the style in the Paragraph styles (p.list.continue) and Div Styles (div.list.continue). However, selecting it as a div style doesn't format as it should and as a paragraph style doesn't even appear in the Topic Style panel.
The only way I could make the text or picture format as formatted in the style was to work in the source code. For example:
<li>Enter a name for the case in the Case Name box.
<div class="list">Enter a short description about the case in the Description box.</div>
<div class="note"><strong>Note:</strong> The description is for your information and identification. It will not appear in the exported case.</div>
</li>
<div class="list">Enter a short description about the case in the Description box.</div>
<div class="note"><strong>Note:</strong> The description is for your information and identification. It will not appear in the exported case.</div>
</li>
This kind of defeats the purpose of having a user-friendly, easy to use application if you have to work in the source code especially if someone doesn't know HTML.
Does anyone know away to create a style as described above and to make it work correctly without using the source code?
