Can we have two or three level listing using <OL> or something like that?
an exmple of output:
as far as I know using <OL> we can only create a simple numbering but not for example 2.2 and 2.3.PHP Code:1. Item one
2. Item two
2.1. Item two point one
2.2. Item two point two
3. Item Three
4. and so on
I was wondering if there is a tag that can do that for us?


Reply With Quote
Bookmarks