If you remove the align attribute from the graphic element, you'll be able to create an HTML page which probably looks like you want.
JABakken at dstsystems.com wrote: > > I am using docbook. I opened the file in anther application so I could see > the actual code, and here is how it reads: > > <?xml version="1.0" encoding="UTF-8"?> > <sect1 id="Scenario_6_Continuous_Scanning_No_Indexing"> > <title>Scenario 6: Continuous Scanning No Indexing</title> > > <graphic align="left" fileref="graphics\scenario_6.png" /> > > <para></para> > > <sect2> > <title>Steps</title> > > <orderedlist> > <listitem> > <para>AWD/Scan dialog box.</para> > </listitem> > > <listitem> > <para>Batch Scan dialog box.</para> > </listitem> > > <listitem> > <para>AWD/Scan-Review Screen.</para> > </listitem> > > <listitem> > <para>End.</para> > </listitem> > > <listitem> > <para>Indexing Setup dialog box (scan process continues).</para> > </listitem> > </orderedlist> > </sect2> > > <sect2> > <title>Results</title> > > <itemizedlist> > <listitem> > <para>Batches are not indexed.</para> > </listitem> > > <listitem> > <para>Even though the Archive option is selected, batches are held > at > the end of the scanning process because batches must be indexed > before > they can be archived.</para> > </listitem> > > <listitem> > <para>Batches are scanned, not imported.</para> > </listitem> > </itemizedlist> > </sect2> > </sect1> > > But when I use this to create an html page, I get "Scenario 6: Continuous > Scanning No Indexing" on line 1, the graphic on line 2, and then to the > right of the graphic still on line 2, I get the group of list items. > This might be more of docbook question than an xxe question, but I used xxe > to create this.

