HalRau,
Thanks for the nice comments.
You can do this on a page by defining rules in your stylesheet.
For example:
ol li {list-style-type: upper-roman; } // ( I. II. III. IV. ) ol li {list-style-type: upper-latin; } // (A. B. C. D. ) ol li {list-style-type: decimal; } // (1. 2. 3. 4.) |