Can an ordered list produce results that looks like 1.1, 1.2, 1.3 (instead of just 1, 2, 3, ...) with CSS? So far, using list-style-type:decimal has produced on
list-style-type:decimal
TITLE ONE text 1 one text 1 two text 1 three text 1 four TITLE TWO text 2 one text 2 two text 2 three text 2 four TITLE THREE text 3 one text 3 two text 3 three text 3 four
Result: http://i.stack.imgur.com/78bN8.jpg