substep text not wrapping correctly
TCS3 in XP
I know you're not supposed to have more than one line of text in a substep, but a girl's gotta do what a girl's gotta do. However, the second line of the substep is not indenting to the same level as the first line. Instead, it is wrapping to the level of the substep letter.
I thought selecting Convert to Autonumber to HTML List on the Conversion Settings dialog box was supposed to take care of this problem.
Here is the CSS:
P.substep {
font-family: Tahoma;
font-size: 11pt;
margin-left: 0pt;
margin-top: 0pt;
list-style-type: lower-alpha;
text-indent: 17pt;
margin-bottom: 6pt;
}
LI.p-substep {
font-family: Tahoma;
font-size: 11pt;
list-style-type: lower-alpha;
list-style-position: outside;
Probably some redundancy here. If so, let me know what is safe to delete.
Thanks in advance for your help.
