Reply to how can I obtain parentheses in an ordered list?
Posted by Pierre Trochu on 02/01/07 22:55
Hello,
how can I obtain parentheses in an ordered list?
for example,
<ol>
<li>item one</li>
<li>item two</li>
</ol>
gives
1. item one
2. item two
but I would like to obtain this:
1) item one
2) item two
Tkanks to everybody for your concern...
Pierre