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]

align="center"


I am using docbook slides 3.0b1 to generate HTML.

For some reason, I can't get the align="center" to work properly on
imagedata ie.:

      <mediaobject>
	<imageobject>
	  <imagedata
                fileref="./graph.png" format="PNG" align="center"/>
	</imageobject>
      </mediaobject>

Results in the image placement on the left.

But...

		fileref="./graph.png" format="PNG"align="right"/>

works as expected, with image on the right.

This is using the plain.xsl stylesheet.

I've looked through old postings and there appears to have been
stylesheet bugs that were reportedly corrected.

Is there something that I'm missing?  Or is there a different approach
to center an image?

-- 
Scott Chapal


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