Numbered List – additional feature not working
-
When attempting to insert a list using TinyMCE’s Numbered List>>Lower Alpha, it displays properly at first in the visual editor, and the HTML shows the following code:
<ol style="list-style-type: lower-alpha;"> <li>Test 1</li> <li>Test 2</li> <li>Test 3</li> </ol>But when it is previewed or published, the HTML code reverts to this:
<ol> <li>Test 1</li> <li>Test 2</li> <li>Test 3</li> </ol>Any idea why this would be reverting?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Numbered List – additional feature not working’ is closed to new replies.