[docbook-css] Heads up - Orderedlist numbering

martin.gautier@myrnham.co.uk martin.gautier at myrnham.co.uk
Thu, 28 Oct 2004 10:45:18 +0100


The following code is rendered such that listitem 3 of the orderedlist 
continues at 13 rather than 3. Mozilla seems to include the listitems from 
the itemizedlist when calculating the item number...

Mart

      <orderedlist numeration = "arabic" >
        <listitem><para>Create a partition occupying 2 GB of hard-disk 
space. Leave the remaining free space.</para></listitem>
         <listitem>
            <para>Install Windows 2000 Server on the C drive in the 
default installation location. To start the Windows 2000 Server Setup 
program, you can either boot the computer from the Windows 2000 Server 
installation CD-ROM, create Setup Boot disks by using the appropriate 
command (Makeboot.exe or Makebt32.exe) and then boot from the Setup boot 
floppies, or create a network book disk and install from a network share. 
Use the following installation parameters: <itemizedlist mark = "bullet">
                  <listitem>
                     <para>Convert or format the C drive to NTFS.</para>
                  </listitem>
                  <listitem>
                     <para>Set the appropriate regional settings for your 
country.</para>
                  </listitem>
                  <listitem>
                     <para>Enter the appropriate user name and 
organization for your environment.</para>
                  </listitem>
                  <listitem>
                     <para>Specify the appropriate number of per-server 
licenses for all classroom computers to connect to this server.</para>
                  </listitem>
                  <listitem>
                     <para>Use a computer name of ADDC#. (Start with 0, 
zero, for the instructor's computer.)</para>
                  </listitem>
                  <listitem>
                     <para>Set the Administrator's password to 
password.</para>
                  </listitem>
                  <listitem>
                     <para>Install the Domain Name System (DNS) and 
Dynamic Host Configuration Protocol (DHCP) networking services and the 
Remote Installation Services Windows 2000 components.</para>
                  </listitem>
                  <listitem>
                     <para>Configure the date and time settings that are 
appropriate for your locale.</para>
                  </listitem>
                  <listitem>
                     <para>Select Custom networking settings. Assign a 
static IP address that is unique on your network and an appropriate subnet 
mask. (We recommend using a dummy IP addressing scheme such as 
200.200.200.#.) Leave the DNS server address blank. We'll be assigning it 
during class.</para>
                  </listitem>
                  <listitem>
                     <para>Accept the default workgroup name.</para>
                  </listitem>
               </itemizedlist>
            </para>
         </listitem>
         <listitem>
            <para>Finish the wizard. After the Setup program restarts the 
computer, log on to Windows 2000 Server as Administrator.</para>
         </listitem>
         <listitem>
            <para>Close the Windows 2000 Configure Your Server 
window.</para>
         </listitem>
         <listitem>
            <para>In the unpartitioned space, create one NTFS partition. 
Assign it the drive letter R.</para>
         </listitem>
         <listitem>
            <para>Create a local printer called Printer# on each computer, 
but don't share the printer!</para>
         </listitem>
         <listitem>
            <para>Extract the data files from the CD-ROM shipped with this 
book.</para>
         </listitem>
      </orderedlist>