• <STYLE type="text/css">
    OL.withroman { list-style-type: arabic-numbers }
    </STYLE>
    <BODY>
    <OL class="withroman">
    <LI>post
    <LI>post
    <LI>post
    <LI>post
    <LI>post
    </OL>

    </BODY>

    I would like to add like this with this ocde

    <?php wp_list_categories('number=15&show_count=0&orderby=count&order=DESC&title_li=') ?>

    Anybody knows there ??
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • <ol class="withroman">
    <?php wp_list_categories('number=15&show_count=0&orderby=count&order=DESC&title_li=') ?>
    </ol>
    Thread Starter dajin

    (@dajin)

    Thank for reply
    I tried with that code i would like to have CSS list-style-type Property ol.upper-roman The marker is a number padded by initial zeros (01, 02, 03, etc.)

    Like
    1.anypost
    2.any post
    3. anypost

    thanx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘list numbers style type need help’ is closed to new replies.