Hi,
I'm trying to created nested lists which re-number automatically in a tree-like structure.
I found this page which looks a bit like what I want to achieve:
http://www.gradschool.uni-luebeck.de/?q=node/14
Though I don't know what module they are using.
I'm not sure if the numbering is done by hand or not, but you can navigate through quite easily. The current solution I have was to nest html lists
<ul>
<li></li>
<ol>
<li></li>
.....
But they look pretty ugly, and I need to other people to edit the page. Using FCKeditor, the nested-list HTML formatting doesn't seem to be working properly either.
Maybe a wiki-like structure, or the above solution, or maybe something completely different, I don't know what to use!
Help, anybody? ^_^