[thelist] outline formating w/css

Peter-Paul Koch gassinaumasis at hotmail.com
Mon Oct 7 11:26:02 CDT 2002



>I need to format a text outline, similar to legal text with nested
>numbered paragraph lists...

Don't know exactly what you mean (any online example of this 'text
outline'?), but isn't a simple ol the way to go? As soon as you're numbering
stuff it can't be beat.

Maybe something like

p {
  display: list-item;
  list-style-type: decimal;
}

would do the trick. Of course you may run into browser compatibility snags.

ppk

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com




More information about the thelist mailing list