Re: Ordered Lists

by "Stephanie Thrasher" <stephanie(at)thrasherweb.com>

 Date:  Wed, 19 Dec 2001 21:09:15 -0800
 To:  <hwg-basics(at)hwg.org>
 References:  yahoo
  todo: View Thread, Original
But Tom, I think he's asking if there's a way to have ordered lists rendered
with a parenthesis beside each number.  I don't think there's any way to do
this...is there?

Stephanie


> The basic layout for a list is simple:
>
> <OL>
>   <LI>Me
>   <LI>Thee
>   <LI>And them
> </ol>
>
> To get the list to number your entries in different ways you have to
insert
> type=? into the OL tag. You can also change the number system (1,2,3 to
> I,II,III) in midstream
> by using a nested list.
>
> The possible values for the type are:
>
> <OL type="1">  Arabic numbers: 1,2,3
> <OL type="A">  Capital Letters: A,B,C...
> <OL type="a">  Lower case letters: a,b,c...
> <OL type="I">  Roman Numerals: I,II,III,IV...
> <OL type="i">  Lower case roman numerals: i,ii,iii,iv...
>
> Anyways...
>
> Hope to have helped!
>
> Tom Rumley


> I would like to create an ordered list with the numbers being 1) 2) and so
> on or the letters being A) B) and so on.  All that I seem to be able to do
> is 1. 2. and so on or A. B. and so on.  Any help would be appreciated.
> Thanks.
>
> Anthony Romano

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA