By: JohnG
Date: 2014-02-28
Time: 04:26
|
Nested sub-blocksHi,
I have followed some previous guidance on the issue but I'm having issues. Basically I would like something that looks like this: Section 1 * Sub-bullet 1 for s1 *Sub-bullet 1 sub 1 *Sub-bullet 1 sub 2 * Sub-bullet 2 for s1 *Sub-bullet 2 sub1 I'm trying to merge this with a Word template. Here is what my template looks like:
Result:
As you can see, the correct sub-bullet sub is not being associated with the main bullet. I followed the guidance from here:http://www.tinybutstrong.com/forum.php?thr=3095 and also tried automated sub-blocks but no luck and different sets of errors. Any thoughts would be greatly appreciated. John |
|||
By: Skrol29
Date: 2014-02-28
Time: 22:58
|
Re: Nested sub-blocksHi John,
The second level of sub-template should be nested in the first level. But neither ODT nor DOCX does nest the list as we can believe. List items are not nested. So your template should be:
The structure of your data seems to enable you to use the automatic sub-block: PHP:
Template:
|