This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Titles for figures


Hi,

I have a problem with the alignment of titles for figures.
Some titles are aligned to center, what I want, and some
titles are aligned left, what I don't want. Each figure contains
a imagedata where the alignment is specified like the following
code:

<section>
<figure id="docs">
  <title>Dokumente einstellen - Übersicht</title>
  <mediaobject>
     <imageobject>
       <imagedata fileref="docs.jpg" format="JPG"
                         width="400px" align="center"/>
  </imageobject>
  </mediaobject>
</figure>

Is there any other simple way to align the titles to center, for example
a param? I am using FOP 0.20.5RC and DocBook XSL 1.59.2.

Greetings,

Marko



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]