How do I set up an <ol> to use the format (1) (2) (3) instead of the default 1. 2. 3. ?
Is there a way to do ((1)) ((2)) ((3)) as well or (a) (b) (c)?
I'm converting some legal documents to HTML and this would be extremely helpful.
If it's somethig HTML/CSS can't do, then <del>I will be sad</del> is there an easier way to automatize the conversion of <ol>'s and <li>'s to <p>'s with the (1) format typed out, rather than changing everything by hand?
Thanks!!
Sonja
Is there a way to do ((1)) ((2)) ((3)) as well or (a) (b) (c)?
I'm converting some legal documents to HTML and this would be extremely helpful.
If it's somethig HTML/CSS can't do, then <del>I will be sad</del> is there an easier way to automatize the conversion of <ol>'s and <li>'s to <p>'s with the (1) format typed out, rather than changing everything by hand?
Thanks!!
Sonja
Comment