Hi all,
I would like to create a two level hierarchial item-list using HTMLB. I've tried using htmlb.ItemList, and inserting an item as sub-list, but it didn't work very well.
I got, something like:
1. Item0
2. Item1
___3.
___1. Sub-Item0
___2. Sub-Item1
4. Item2
[ ___ ment for spaces ]
Is there a way to fix it ("3" is misaligned and empty) ? Or another way for doing it?
Eyal