Am 09.03.2012 um 17:38 schrieb Prashanth:
Hi,
I need to create some small tables that are (possibly) next to each other. Though I could make text flow around tables and appear to the left or to the right of the table, I could not manage something like this:
+--------------------------------------+ | | | | Table 1 content | Table 2 content | | | | | Table 1 TITLE | Table 2 TITLE | | | | +------------------|-------------------+
So I tried to use nested floats to achieve this (floats because I want each to have its own number and title).
You can use floatcombinations: http://archive.contextgarden.net/message/20060411.201855.519a8b16.en.html Wolfgang