Question
How do I maintain a numbered list format if one of the list items uses %INCLUDE%?
I have certain paragraphs that I need to repeat over and over on multiple pages. I have put each paragraph on its own Wiki page, and I %INCLUDE{Topic}% to bring the paragraph into my main pages.
The problem is that on some pages, if I'm in an indented (Numbered) list when I invoke the %INCLUDE% the indentation is maintained for that list item, but as soon as I follow the included item with my next " 1.", the list starts over all the way to the left and at 1, like this:
- My top level item
- my first subitem text
- my second subitem text
- my first indent in subitem 2 b. my second indent in subitem 2, with %INCLUDE{Topic}%.
- my third item text
displays like this:
a. My top level item
- my first submitem text
- my second subitem text
- my first indent in subitem 2 b. my second indent in subitem 2 with the text that is in the Topic include
1. my third subitem text
where what I want is this:
a. My top level item
- my first submitem text
- my second subitem text
- my first indent in subitem 2 b. my second indent in subitem 2 with the text that is in the Topic include
- my third subitem text
(with the sequence number "3" and the first level indentation).
Environment
--
CathyHandzel - 16 Sep 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I found the answer. I need a %STOPINCLUDE% on my topic pages and then the calling formats are retained.
--
CathyHandzel - 17 Sep 2005