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]

Re: Bold cells in tables


>>>>> Steinar Bang <sb@dod.no>:

>> Can the spanning header be done with multible <tgroup> elements?

[snip! example]

> This looks like two separate tables stuck close together in HTML.  Not
> the look I was aiming for.

When creating PDF, the content of the second
 <thead>
   <row>
     <entry></entry>
   </row>
  </thead>
disappeared, which is even worse.

The text of that <entry> is present in the FO, in the form of
 <fo:table-header>
  <fo:table-row>
   <fo:table-cell padding="2pt" number-columns-spanned="3" text-align="left">
    <fo:block>Some more text spanning multiple columns</fo:block>
   </fo:table-cell>
  </fo:table-row>
 </fo:table-header>
so I don't know where it went.  Some Fop problem presumably (version
0.20.3rc). 

Also, neither the contents of <thead>, nor <emphasize role="bold">
were rendered in bold face.


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