mlse
08-09-2005, 03:49 PM
Hi,
Two Questions:
1 (this is more important):
How do I continue list numbering (or lettering) from one list to another?
E.g.
<ol>
<li>Monday
<li>Tuesday
<li>Wednesday
</ol>
<p>Rhubarb, rhubarb, rhubarb</p>
<ol> <!-- I would like this to continue numbering at "4" rather than reverting to "1". -->
<li>Thursday
<li>Friday
<li>Saturday
<li>Sunday
</ol>
2:
If you specify list-style-type:lower-alpha;, your bullets look like:
a. Banana
b. Colobus
c. Howler
d. Macaque
What I would like is:
(a) Banana
(b) Colobus
(c) Howler
(d) Macaque
Is there a way of doing this with CSS list style specifiers?
If the simple answer is "no", then I can live with that restriction!
Incidentally, I have tried using the examples given in the CSS2 specification (http://www.w3.org/TR/REC-CSS2/generate.html#markers) - but they don't work! Even when I do a direct cut-and-paste of the example into an HTML document! This is really irritating because the examples show exactly what I am trying to do. I am using IE version 6.
TIA,
Mike.
Two Questions:
1 (this is more important):
How do I continue list numbering (or lettering) from one list to another?
E.g.
<ol>
<li>Monday
<li>Tuesday
<li>Wednesday
</ol>
<p>Rhubarb, rhubarb, rhubarb</p>
<ol> <!-- I would like this to continue numbering at "4" rather than reverting to "1". -->
<li>Thursday
<li>Friday
<li>Saturday
<li>Sunday
</ol>
2:
If you specify list-style-type:lower-alpha;, your bullets look like:
a. Banana
b. Colobus
c. Howler
d. Macaque
What I would like is:
(a) Banana
(b) Colobus
(c) Howler
(d) Macaque
Is there a way of doing this with CSS list style specifiers?
If the simple answer is "no", then I can live with that restriction!
Incidentally, I have tried using the examples given in the CSS2 specification (http://www.w3.org/TR/REC-CSS2/generate.html#markers) - but they don't work! Even when I do a direct cut-and-paste of the example into an HTML document! This is really irritating because the examples show exactly what I am trying to do. I am using IE version 6.
TIA,
Mike.