Skip to Content
0
Former Member
Oct 27, 2005 at 07:23 AM

HTMLB: How to create a hierarchial list

19 Views

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