[MPlayer-DOCS] Can I make an ordered list start at 0?

Ivo ivop at euronet.nl
Sat Sep 3 00:38:02 CEST 2005


On Saturday 03 September 2005 00:18, Corey Hickey wrote:
> For what it's worth, using <orderedlist spacing="compact"> results in
> <ol type="1" compact>, which doesn't seem to render any differently in
> Firefox.

Same with Opera. This works though:

<orderedlist spacing="compact">
    <listitem override="0"> <simpara> hello </simpara> </listitem>
    <listitem> <simpara> bye </simpara> </listitem>
</orderedlist>

simpara assures there are no linebreaks. It also works without 
spacing="compact" but I'd say just add it anyway to be sure.

--Ivo




More information about the MPlayer-DOCS mailing list