This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
[docbook-apps] Alignment of images in examples
- From: Steffen Glückselig <glueckselig at gungfu dot de>
- To: docbook-apps at lists dot oasis-open dot org
- Date: Tue, 11 Jan 2005 18:02:14 +0100
- Subject: [docbook-apps] Alignment of images in examples
Hello,
I have the following structure in my document:
<example>
<title>some title</title>
<para>some para</para>
<mediaobject>
<imageobject>
<imagedata align="right" fileref="image.jpg"
width="426px" />
</imageobject>
</mediaobject>
</example>
The alignment of the image influences the alignment of the para, though.
What might cause this behavior? How can I get rid of it, i.e. I would like
standard alignment for the para.
thanks
Steffen Glückselig