Skip to main content
Known Participant
April 25, 2008
Question

</ol> tag causing problems in Printed output

  • April 25, 2008
  • 1 reply
  • 277 views
When the </ol> tag is used to end a list before a paragraph that is not in the list, and the list then carries on after the unnumberd paragraph e.g.
1list text
list text
non list text
list text continued

word sometimes interprets this as a new list style, and messes up my formatting.
This topic has been closed for replies.

1 reply

MergeThis
Inspiring
April 25, 2008
When you interrupt a list, RH very helpfully(?) closes the list then reopens it when it thinks you want to resume. It also adds the LI tag to any P content

For example, you would need to manually remove, in TrueCode, the following bolded entries:

OL
LI
LI
/OL
LIP
OL
LI
LI
/OL


Good luck,
Leon