Re: Two tables side by side
Ricardo Borillo Domenech <[email protected]> 20 Mar 2003 08:56:15 +0100
| Newsgroups | gmane.text.xml.xsl.general |
|---|---|
| Message-ID | <[email protected]> |
Why not a table with two cells ?
<fo:table border-style="none" border-width="0pt" padding="0cm">
<fo:table-column column-width="3.5cm"/>
<fo:table-column column-width="3.5cm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell border-style="none">
...
</fo:table-cell>
<fo:table-cell border-style="none">
...
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
--
============================
Ricardo Borillo Domenech
Programació - Servei d'Informàtica
Universitat Jaume I
El mié, 19-03-2003 a las 22:11, G. Ken Holman escribió:
>
> At 2003-03-19 14:03 -0500, bmoss wrote:
> >If I have a page width of 7in and I specify two tables, each with a
> >width of 3.5in, how do I get them to appear next to each other (side by
> >side)? I put them in a <block> and the second table is still going
> >underneath the first table.
>
> Two ways of getting blocks next to each other are to use either tables or
> lists.
>
> Based on your limited description, I would choose lists:
>
> <list-block
> <list-item
> <list-item-label
> <table
> </
> </
> <list-item-body
> <table
> </
> </
> </
> </
>
> Be careful to set your indents on your label and body not to overlap, as
> overlapping list item component areas is an error condition.
>
> I hope this helps.
>
> ................ Ken
>
> --
> Upcoming hands-on in-depth XSLT/XPath and/or XSL-FO
> North America: June 16-20, 2003
>
> G. Ken Holman mailto:[email protected]
> Crane Softwrights Ltd. http://www.CraneSoftwrights.com/f/
> Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995)
> ISBN 0-13-065196-6 Definitive XSLT and XPath
> ISBN 0-13-140374-5 Definitive XSL-FO
> ISBN 1-894049-08-X Practical Transformation Using XSLT and XPath
> ISBN 1-894049-10-1 Practical Formatting Using XSL-FO
> Male Breast Cancer Awareness http://www.CraneSoftwrights.com/f/bc
>
>