Click to See Complete Forum and Search --> : <OL type=?>
Grunty
07-15-2003, 09:58 AM
I am creating a document with several ordered lists in it. They are labelled as <ol type="A"> or <ol type="i">.
How do I display the finished label in brackets such as A) or (i)?
Thanks
David Harrison
07-15-2003, 03:00 PM
If you've not got very many items in your list what you could do is this:
<li value="(i)">Content</li>
or:
<li value="A)">Content</li>
Because value will override whatever would normally appear for that list item.
Grunty
07-16-2003, 10:02 AM
I couln't get this to work, but the document is huge anyway, 70 pages from a Word doc.
spufi
07-16-2003, 10:21 AM
Originally posted by Grunty
I am creating a document with several ordered lists in it. They are labelled as <ol type="A"> or <ol type="i">.
How do I display the finished label in brackets such as A) or (i)?
Thanks
From what I can see, you can't do what you want to. There are a number of different values that you can increment in a list, but using parentheses as part of it isn't an option at this time.
http://www.w3schools.com/css/css_reference.asp#list