I want to write a program like Pforum, but I don't know how to diplay threads like this:
-this is a topic
|-this is reply
||-this is another reply
|-this is a reply
|-this is a reply
|-this is a reply
|-this is another reply
I know how to do this by html tags using <ul><li>, but how do i do it by displaying the icons next to the topics. Is it called tree list?