June 28 2008 when you created the two column Wikipedia samples (http://www.princexml.com/howcome/2008/wikipedia/united-states.pdf) the table “Leading population centers” automatically took a column-span of 2 since it was too wide to fit in one column.
However, when I run the exact same command line using PrinceXML version 7 (prince --no-author-style -s http://www.princexml.com/howcome/2008/wikipedia/wiki2.css http://en.wikipedia.org/wiki/United_States -o United_States.pdf), the same table has a column-span of 1 and, as a result, either overlaps the column on the right or runs off the right side of the page.
Is this due to a bug in PrinceXML 7? How can I get PrinceXML to make the table two columns wide like yours? I can't see any problems with the table that would cause this. See: <table class="infobox" style="text-align: center; width: 97%; margin-right: 10px; font-size: 90%;">
On a two column format (body{colums:2}), could you please be so kind as to suggest how to make tables too wide for a single column to automatically take a column-span of 2, if you don’t mind?
However, when I run the exact same command line using PrinceXML version 7 (prince --no-author-style -s http://www.princexml.com/howcome/2008/wikipedia/wiki2.css http://en.wikipedia.org/wiki/United_States -o United_States.pdf), the same table has a column-span of 1 and, as a result, either overlaps the column on the right or runs off the right side of the page.
Is this due to a bug in PrinceXML 7? How can I get PrinceXML to make the table two columns wide like yours? I can't see any problems with the table that would cause this. See: <table class="infobox" style="text-align: center; width: 97%; margin-right: 10px; font-size: 90%;">
On a two column format (body{colums:2}), could you please be so kind as to suggest how to make tables too wide for a single column to automatically take a column-span of 2, if you don’t mind?