OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: image & caption alignment problem


Hi All,

When using :

<mediaobject id="figure1" xreflabel="Figure1">
			<imageobject>
				<imagedata entityref="fig1" width="60%" align="center"/>
			</imageobject>
			&fig1legend;
		</mediaobject>

where fig1legend is :

<caption>
  <formalpara>
      <title>Figure 1. Types of splicing.</title>
      <para>Legend text goes here  </para>
  </formalpara>
</caption>

The caption text is also being "centered" presumably by the align 
attribute in the imagedata element. I have tried <caption align="left"> 
with no success.

How can one center the image, but left justify the caption?

Cheers,        Tristan
------------------------------
Tristan J. Fiedler
Cold Spring Harbor Laboratory



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]