I know that with CSS, you can use
OL {list-style-type: lower-roman}
This statement sets up a numbering system for the ordered lists in the
document (OL). These lists will use i,ii,iii, and so on , as a "bullet" for
each list item.
I do not know of a way to add the () to them unless perhaps one could add a
CLASS.
-----Original Message-----
Subject: Ordered List formatting
From: Simon Dilley <sdilley@a...>
Date: Mon, 15 Oct 2001 11:59:04 +0100
X-Message-Number: 1
Hi fellow members!!
I am trying to use an ordered list and have the following code:-
<OL type=i>
<LI> some text </LI>
</OL>
Is there any way which I can format this roman number so that it appears
with brackets around it e.g. (i)
Any help appreciated
Thanks in advance
Simon Dilley