![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I sometimes need to do pages that are continued from a previous page, so the numbering needs to start with maybe 5. - is this possible? Or do I have to use manual numbering and borderless tables in order to achieve this? |
#3
| |||
| |||
|
|
Dave Rado wrote on 18 dec 2007 in comp.infosystems.www.authoring.stylesheets: I sometimes need to do pages that are continued from a previous page, so the numbering needs to start with maybe 5. - is this possible? Or do I have to use manual numbering and borderless tables in order to achieve this? li value='123' -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress) |
#4
| |||
| |||
|
|
Dave Rado wrote on 18 dec 2007 in comp.infosystems.www.authoring.stylesheets: I sometimes need to do pages that are continued from a previous page, so the numbering needs to start with maybe 5. - is this possible? Or do I have to use manual numbering and borderless tables in order to achieve this? li value='123' |
#5
| |||
| |||
|
|
Evertjan. wrote: Dave Rado wrote on 18 dec 2007 in comp.infosystems.www.authoring.stylesheets: I sometimes need to do pages that are continued from a previous page, so the numbering needs to start with maybe 5. - is this possible? Or do I have to use manual numbering and borderless tables in order to achieve this? li value='123' According to the HTML 4.01 Strict specification, the Start and Value attributes of OL and LI, respectively, have been deprecated (http://www.w3.org/TR/html401/struct/lists.html#h-10.2). I don't know how it can be done legally; I can't find anything in CSS that covers this either. |
#6
| |||
| |||
|
|
David Trimboli <david (AT) trimboli (DOT) name> writes: According to the HTML 4.01 Strict specification, the Start and Value attributes of OL and LI, respectively, have been deprecated (http://www.w3.org/TR/html401/struct/lists.html#h-10.2). I don't know how it can be done legally; I can't find anything in CSS that covers this either. look for section 12.4 Automatic counters and numbering in the css 2.1 document |
|
Mind you, I can't agree with the w3c that the number that lists start at is a purely presentational matter. |
#7
| |||
| |||
|
|
Dave Rado wrote on 18 dec 2007 in comp.infosystems.www.authoring.stylesheets: I sometimes need to do pages that are continued from a previous page, so the numbering needs to start with maybe 5. - is this possible? Or do I have to use manual numbering and borderless tables in order to achieve this? li value='123' |
#8
| |||
| |||
|
|
I sometimes need to do pages that are continued from a previous page, so the numbering needs to start with maybe 5. - is this possible? |
#9
| |||
| |||
|
|
On 18 Dec, 14:24, Dave Rado <dave.r... (AT) dsl (DOT) pipex.com> wrote: I sometimes need to do pages that are continued from a previous page, so the numbering needs to start with maybe 5. - is this possible? No. The spec says you can, but current implementations of it aren't good enough to let you use it practically. Best work-around is to generate the numbering server-side, not client-side, which is simple, obvious and robust. You can mark-up the HTML using <ul>, and embed an explict number with li><span>123</span> ... </li Use trivial CSS to switch off the bullets and to indent or outdent the numbers. |
#10
| |||
| |||
|
|
On 18 Dec, 14:24, Dave Rado <dave.r... (AT) dsl (DOT) pipex.com> wrote: I sometimes need to do pages that are continued from a previous page, so the numbering needs to start with maybe 5. - is this possible? No. The spec says you can, but current implementations of it aren't good enough to let you use it practically. Best work-around is to generate the numbering server-side, not client-side, which is simple, obvious and robust. You can mark-up the HTML using <ul>, and embed an explict number with li><span>123</span> ... </li Use trivial CSS to switch off the bullets and to indent or outdent the numbers. |
![]() |
| Thread Tools | |
| Display Modes | |
| |