[reportlab-users] Large table cells
   
    Erik Stephens
     
    reportlab-users@reportlab.com
       
    Thu, 9 Sep 2004 02:27:17 -0700
    
    
  
On Sep 9, 2004, at 2:00 AM, Bogdan M. Maryniuck wrote:
> On Thu, Sep 09, 2004 at 01:44:30AM -0700, Erik Stephens wrote:
>> +----------------------+
>> | .........  +-------+ |
>> | ...........| float | |
>> | .........  +-------+ |
>> | ........             |
>> +----------------------+
>>
>> Anyone have experience doing something like this with flowables, where
>> the float piece gets rendered over the ... piece?
>
> Yes. Use nested tables.
Maybe I'm being dense, but that still leaves me with the too-large 
table cell problem, no?  I was thinking of a Paragraph floating over 
another Paragraph since Paragraphs seem to split without problems.
-Erik