|
Posted by Mark Parnell on 08/16/06 23:59
Deciding to do something for the good of humanity, Markus Wichmann
<nullplan@gmx.net> declared in alt.html:
> If I use subordinating lists, each ordered list counts for itself (which
> is good), but I'd like to prepend the other numbers.
This would be possible using CSS counters, but browser support is very
poor.
http://www.w3.org/TR/CSS21/generate.html#counters
Other than that you would probably have to use some sort of
pre-processing to generate the numbers.
> The other thing I'd like to do, is to remove the sign completely in
> unordered lists.
ul {list-style-type: none;}
--
Mark Parnell
My Usenet is improved; yours could be too:
http://blinkynet.net/comp/uip5.html
Navigation:
[Reply to this message]
|