Hello Tee,
Unless I'm missing something, if you want a numbered list 1-15, just use
ordered list element: ol
<ol>
<li>List item one</li>
<li>List item two</li>
[...]
<li>List item fourteen</li>
<li>List item fifteen</li>
</ol>
It'll number the list as you want without having to specify anything.
HTH
Respectfully,
Mike Cherim
http://green-beast.com/
----- Original Message -----
From: "Tee G. Peng" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, October 31, 2006 5:33 PM
Subject: [WSG] list-style: decimal
Hi, I try to use 'list-style: decimal' for the first time.
The list has some 15 items, at tenth, it goes with '0' and the
following items start from 1, 2, 3... again.
The W3C CSS 2 spec about list style for decimal is vague.
http://www.w3.org/TR/REC-CSS2/generate.html#lists
decimal - Decimal numbers, beginning with 1.
Except from adding the numbers, any other way I can do?
Thanks!
tee
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************