how can i add a.b.c. in stead of 1.2.3? (v.2.2.5+)

how can i add a.b.c. in stead of 1.2.3? (v.2.2.5+)

by sue sugizaki -
Number of replies: 1

Q: how can I add a.b.c instead of 1.2.3 on 2.x?

But the a.b.c-list doesn't appear.

It worked like this on 1.9...

I'd appreciate your help.

Average of ratings: -
In reply to sue sugizaki

Re: how can i add a.b.c. in stead of 1.2.3? (v.2.2.5+)

by James Richardson -

Hello Sue!

Not sure why that broke from 1.2 to 2.2. You can try adding the inline style like the following to make it a. b. c. order.

 

<ol style="list-style-type:lower-alpha">
<li>list item 1</li>
<li>list item 2</li>
<li>list item 3</li>
</ol>

You can also use other forms as well with the inline style. See the following.

CSS list-style-type Property

Hope this helps.

James R
InMotion Hosting