How do I do an <ol> with decimals?
html
Solution
Use CSS.
http://www.webmaster-talk.com/css-forum/151861-ol-css-4-1-2-formatting.html
http://www.w3.org/TR/CSS2/generate.html
Problem
Looking to create a list like this: ``` 1. Section Header 1.1 Some Text Here That is Quite Long 1.2 Some Text Here That is Quite Long 1.3 Some Text Here That is Quite Long 2. Section Header 2.1 Some Text Here That is Quite Long 2.2 Some Text Here That is Quite Long 2.3 Some Text Here That is Quite Long ``` but ideally as a proper or combination thereof (I like to have neat proper pages). Is this possible?