HighDots Forums  

Numbers in ordered lists

alt.html alt.html


Discuss Numbers in ordered lists in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Luigi Donatello Asero
 
Posts: n/a

Default Numbers in ordered lists - 05-04-2004 , 07:20 PM






How can I display numbers (1-2-3-4-5, a number for each paragraph) in the
ordered list which I used on the following page?
http://www.scaiecat-spa-gigi.com/it/mediazione1.html

--
Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/sv/italienkarta.html
http://www.scaiecat-spa-gigi.com/it/svezia.html






Reply With Quote
  #2  
Old   
Mitja
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-05-2004 , 07:29 AM






Luigi Donatello Asero <jaggillarfotboll (AT) telia (DOT) com>
(news:uzVlc.58020$mU6.236904 (AT) newsb (DOT) telia.net) wrote:
Quote:
How can I display numbers (1-2-3-4-5, a number for each paragraph) in
the ordered list which I used on the following page?
http://www.scaiecat-spa-gigi.com/it/mediazione1.html
Um... but you already do. Or did you mean without the dots?

There are ways to do it using CSS, but it's poorly supported, so if you
insist on plain numbers, use manual numbering.

Mitja




Reply With Quote
  #3  
Old   
Duende
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-05-2004 , 07:47 PM



While sitting in a puddle Luigi Donatello Asero scribbled in the mud:

Quote:
How can I display numbers (1-2-3-4-5, a number for each paragraph) in the
ordered list which I used on the following page?
http://www.scaiecat-spa-gigi.com/it/mediazione1.html

Use ordered list
<ol>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
<li>
</ol>

--
Duende


Reply With Quote
  #4  
Old   
Luigi Donatello Asero
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-06-2004 , 07:21 AM




"Duende" <spamxxx (AT) wipkip (DOT) biz> skrev i meddelandet
news:Xns94E0AB06B971Cspamxxwipkipbiz (AT) 130 (DOT) 133.1.4...
Quote:
While sitting in a puddle Luigi Donatello Asero scribbled in the mud:

How can I display numbers (1-2-3-4-5, a number for each paragraph) in
the
ordered list which I used on the following page?
http://www.scaiecat-spa-gigi.com/it/mediazione1.html

Use ordered list
ol
li
li
li
li
li
li
li
li
/ol

--
Duende
Yes, but I have already <ol
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>


--
Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/sv/italienkarta.html
http://www.scaiecat-spa-gigi.com/sv/...eralghero.html






Reply With Quote
  #5  
Old   
Duende
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-06-2004 , 01:30 PM



While sitting in a puddle Luigi Donatello Asero scribbled in the mud:

Quote:
Yes, but I have already <ol
li></li
li></li
li></li
li></li
li></li
/ol
<ul><li><h2>Informazioni generali</h2></li>

all I see is <ul>

Try <ol type="1">

--
Duende


Reply With Quote
  #6  
Old   
Neal
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-06-2004 , 05:28 PM



On 6 May 2004 17:30:46 GMT, Duende <spamxxx (AT) wipkip (DOT) biz> wrote:

Quote:
While sitting in a puddle Luigi Donatello Asero scribbled in the mud:

Yes, but I have already <ol
li></li
li></li
li></li
li></li
li></li
/ol

ul><li><h2>Informazioni generali</h2></li

all I see is <ul

Try <ol type="1"

That's deprecated, so watch the doctype. Besides, type="1" is default
anyhow.

This HTML

<ol>
<li><p>blah blah blah.</p></li>
<li><p>blah blah blah.</p><p>blah blah blah.</p></li>
<li><p>blah blah blah.</p></li>
</ol>

will be rendered similar to this.

1. blah blah blah.

2. blah blah blah.

blah blah blah.

3. blah blah blah.


Reply With Quote
  #7  
Old   
Duende
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-06-2004 , 06:04 PM



While sitting in a puddle Neal scribbled in the mud:

Quote:
Besides, type="1" is default anyhow
I knew that. That's why I didn't put it in the first time.

--
Duende


Reply With Quote
  #8  
Old   
Luigi Donatello Asero
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-06-2004 , 06:18 PM




"Neal" <neal413 (AT) yahoo (DOT) com> skrev i meddelandet
newspr7lkk6d66v6656 (AT) news (DOT) individual.net...
Quote:
On 6 May 2004 17:30:46 GMT, Duende <spamxxx (AT) wipkip (DOT) biz> wrote:

While sitting in a puddle Luigi Donatello Asero scribbled in the mud:

Yes, but I have already <ol
li></li
li></li
li></li
li></li
li></li
/ol

ul><li><h2>Informazioni generali</h2></li

all I see is <ul

Try <ol type="1"


That's deprecated, so watch the doctype. Besides, type="1" is default
anyhow.

This HTML

ol
li><p>blah blah blah.</p></li
li><p>blah blah blah.</p><p>blah blah blah.</p></li
li><p>blah blah blah.</p></li
/ol

will be rendered similar to this.

1. blah blah blah.

2. blah blah blah.

blah blah blah.

3. blah blah blah.
It seems to work now on the page
http://www.scaiecat-spa-gigi.com/it/mediazione1.html.
On the page http://www.scaiecat-spa-gigi.com/it/mediazione2.html , however
the numeration should continue from the previous page and not beginning from
1.
I wonder how I could do that.
--
Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/sv/italienkarta.html
http://www.scaiecat-spa-gigi.com/sv/...eralghero.html







Reply With Quote
  #9  
Old   
Duende
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-06-2004 , 07:46 PM



While sitting in a puddle Luigi Donatello Asero scribbled in the mud:

Quote:
It seems to work now on the page
http://www.scaiecat-spa-gigi.com/it/mediazione1.html.
On the page http://www.scaiecat-spa-gigi.com/it/mediazione2.html ,
however the numeration should continue from the previous page and not
beginning from 1.
I wonder how I could do that
<ol start="7"></ol>

--
Duende


Reply With Quote
  #10  
Old   
Luigi Donatello Asero
 
Posts: n/a

Default Re: Numbers in ordered lists - 05-06-2004 , 08:27 PM




"Duende" <spamxxx (AT) wipkip (DOT) biz> skrev i meddelandet
news:Xns94E1AAB56738Cspamxxwipkipbiz (AT) 130 (DOT) 133.1.4...
Quote:
While sitting in a puddle Luigi Donatello Asero scribbled in the mud:

It seems to work now on the page
http://www.scaiecat-spa-gigi.com/it/mediazione1.html.
On the page http://www.scaiecat-spa-gigi.com/it/mediazione2.html ,
however the numeration should continue from the previous page and not
beginning from 1.
I wonder how I could do that

ol start="7"></ol

--
Duende
If I use <ol start="7"> IE shows the numbers I want but the page does not
validate as HTML 4.01 strict.


--
Luigi ( un italiano che vive in Svezia)
http://www.italymap.dk/sv/italienkarta.html
http://www.scaiecat-spa-gigi.com/sv/...eralghero.html







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.