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: Re: [docbook-apps] epub heading levels and centered images


Hi Bob,

on 02.11.2012 22:15 Bob Stayton said the following:
> Hi Andreas,
> I'm a bit lost now.  Can you describe in more detail what you are trying to
> do and what you have tried?

here is my docbook entry:

 <figure id="FigCMOverview">
         <title>AfterShot color management overview</title>
         <mediaobject>
            <imageobject>
               <imagedata fileref="images/CM-Overview.png" format="PNG"
                          width="80%" align="center"/>
            </imageobject>
         </mediaobject>
      </figure>

I have nothing image/media specific in my XSL style file.
And I get this in the xhtml:
<div class="figure">
  <a id="FigCMTunnel"/>
  <div class="figure-contents">
    <div style="align: center; " class="mediaobject">
      <table style="border: 0; border-spacing: 0; padding: 0; width: 80%; ">
        <tr>
          <td style="align: center; ">
            <img style="align: middle; width: 100%; "
                 src="images/CM-Tunnel.png"
                 alt="The gamut pipe"/>
          </td>
        </tr>
      </table>
    </div>
  </div>
  <div class="figure-title">Figure 3.3. The gamut pipe</div>
</div>

I need the align center in the docbook file for the generated pdf...
I have nothing image specific in my epub style file.


thx
afx


-- 
http://afximages.com/


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