On Thu, 2014-02-13 at 10:35 +0100, Reindl Harald wrote:
Am 13.02.2014 04:13, schrieb Always Learning:
Suppose I will have to locate all <ol type ....> and manually changed them :-( I just wish HTML and the browsers would remain stable!
or you could have moved to CSS 10 years ago instead http://www.w3schools.com/cssref/pr_list-style-type.asp
=> ul.circle {list-style-type:circle} => ul.square {list-style-type:square} => ol.upper-roman {list-style-type:upper-roman} => ol.lower-alpha {list-style-type:lower-alpha}
Thank you for your very suggestion. I shall enthusiastically explore it.
Every day I continue to learn.