The far simpler way would be simpy to use:
 
<ol start=3 type=1>
 <li class=MsoNormal>Text</li>
 <li class=MsoNormal>Text</li>
 <li class=MsoNormal>Text</li>
</ol>
 
Works in IE and Firefox. Probably all the others too.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Ellis
Sent: Wednesday, 21 September 2005 10:24 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] <ol> displaying 3.1 3.2 etc. instead of 1 2 3

Hi

Yes there is, using "counter". Only works in Opera and KHTML browser (Konquerer, possibly Safari), though.

http://www.meyerweb.com/eric/css/tests/css2/sec12-05a.htm

Cheers
James

On 9/21/05, Taco Fleur - Pacific Fox <[EMAIL PROTECTED]> wrote:
Is there any way to make list look like
 
3.1 text text
3.2 text text
3.3 text text
3.4 text text
 
Instead of
 
1 text text
2 text text
3 text text
4 text text
 
I am thinking NOT with plain markup, but I could be wrong (just checking).
 
And how would someone else do this? Just use <ul> and put the numbering within the list item as text?
 
Taco Fleur - Pacific Fox
an industry leader with commercial IT experience since 1994 …
http://www.pacificfox.com
 

Reply via email to