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