Re: Ordered Lists

  •  04-28-2004, 11:33 AM

    Re: Ordered Lists

    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.)


     

View Complete Thread