Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Table layout with divs
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jonathan Kellenberg  
View profile  
 More options Apr 30 2012, 1:57 pm
From: Jonathan Kellenberg <kellenb...@gmail.com>
Date: Mon, 30 Apr 2012 10:57:16 -0700 (PDT)
Local: Mon, Apr 30 2012 1:57 pm
Subject: Re: Table layout with divs

According to the docs you cannot split table rows. Xhtml2pdf also doesn's
support floating, so getting divs to float next to each other doesn't work
either.

From the docs:

Long cells

Pisa is not able to split table cells that are larger than the available
space. To work around it you may define what should happen in this case.
The -pdf-keep-in-frame-mode can be one of: "error", "overflow", "shrink",
"truncate", where "shrink" is the default value.

table {
    -pdf-keep-in-frame-mode: shrink;

}

Position/ floating

Since Reportlab Toolkit does not yet support the use of images within
paragraphs, images are always rendered in a seperate paragraph. Therefore
floating is not available yet.

On Monday, March 19, 2012 9:17:04 AM UTC-7, RichD wrote:

> I posted a question recently about having table row content flow
> across pages, rather than starting the row at the top of the next
> page.  I would still like to know about an answer to that question,
> but I thought I would also try to approach my problem from the other
> end.  Can you get a tabular layout with divs?  I find that the float
> attribute is not supported, as well as the display property table-
> cell.

> (Btw, I just tried to post this question a minute ago, but the content
> of the post seems to have been immediately deleted.  Maybe because I
> included some sample html?)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.