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.
Hussein Shafie
<hussein at pixware.fr> To: JABakken at
dstsystems.com
Sent by: cc: "xmleditor-support
at xmlmind.com" <xmleditor-support at xmlmind.com>
hussein at saxo.pixware Subject: Re: [XXE]
Inserting a graphic
.fr
07/04/2003 04:00 AM
Please respond to
"xmleditor-support at x
mlmind.com"
JABakken at dstsystems.com wrote:
>
> I'm trying to insert a graphic between some text. The problem is that I
> want the first line of text on line one, the graphic on line two, and the
> third line of text on line three. What I'm getting is the first line of
> text on line one and the graphic and third line of text on line two. How
> can I fix this so that the third line of text displays on line three?
Which DTD are you using? Is it a question about a custom DTD for which
you have written a custom CSS style sheet?
Let's suppose you are talking about DocBook graphic element.
First be sure you insert a graphic and not an inlinegraphic (or a
mediaobject and not an inlinemediaobject). If you do this (use command
'Insert' to insert a graphic between some text contained in a para), at
least with DocBook, you'll have text at line one, graphic at line two,
more text at line three.