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]

Table breaking over pages


I have tried a number of things to stop a table being split over 2 pages
but nothing seems to work. Using a DSSSL modified style sheet.
I tried using keep to no avail. Example of sgml input:
 
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<book>
<title>Company report for </title>
<chapter label=""><title></title>
<informaltable frame="Bottom">
<tgroup cols="3">
<colspec colname="col1" colwidth="2.5in">
<colspec colname="col2" colwidth="2in">
<colspec colname="col3" colwidth="1.5in">
<tbody>
<row><entry>Test</entry>/row>
</tbody>
</tgroup>
</informaltable>
</chapter>
</book>
 
Now if I have 2 tables on one page and the second is too big
to fit on the one page I want it to go to the 2nd.
 
How can i modify the style sheet to do this?
 
thanks for the help
 
Mark


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