Return-Path: X-Original-To: apmail-xmlgraphics-fop-users-archive@www.apache.org Delivered-To: apmail-xmlgraphics-fop-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4410A7766 for ; Tue, 4 Oct 2011 20:03:46 +0000 (UTC) Received: (qmail 41759 invoked by uid 500); 4 Oct 2011 20:03:45 -0000 Delivered-To: apmail-xmlgraphics-fop-users-archive@xmlgraphics.apache.org Received: (qmail 41742 invoked by uid 500); 4 Oct 2011 20:03:45 -0000 Mailing-List: contact fop-users-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-users@xmlgraphics.apache.org Delivered-To: mailing list fop-users@xmlgraphics.apache.org Received: (qmail 41735 invoked by uid 99); 4 Oct 2011 20:03:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 20:03:45 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of grobmeier@gmail.com designates 209.85.216.54 as permitted sender) Received: from [209.85.216.54] (HELO mail-qw0-f54.google.com) (209.85.216.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 20:03:38 +0000 Received: by qadz30 with SMTP id z30so1192777qad.27 for ; Tue, 04 Oct 2011 13:03:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=0koNL1v0dX+Xd85Oe8BM06LS8xUG9+yWn5E0ES9hfdw=; b=L1/W+xdAkQex/Pfif0nUt8Sq0UsoGCf3Eye4Knma5d2qVrBFq9JPYAAinvzFvu+pID quBF26H/hh4Skd0K01Uxd6VfdwgFNeB1YfnE7Ndc2t5CmOdH5Fd+LGZxwwOiefKkZVAJ kQKmvwyJ+Qr11DUmck5Mi/q/WqioRT6yd88M8= Received: by 10.224.200.193 with SMTP id ex1mr1346376qab.113.1317758597105; Tue, 04 Oct 2011 13:03:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.223.134 with HTTP; Tue, 4 Oct 2011 13:02:57 -0700 (PDT) From: Christian Grobmeier Date: Tue, 4 Oct 2011 22:02:57 +0200 Message-ID: Subject: The way to go To: fop-users@xmlgraphics.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hello all, I currently create a xslt sheet which contains several block-containers. Noob as i am, I was a bit surprised to see my containers are overlapping and not showing up in some kind of "flow". I don't want to make everything absolute, because sometimes i cannot know how long the preceding block is. What is the best practice for making a good design with FOP? Should I base everything on tables? Or have I done something wrong which causes my block-containers to overlap? Thanks, Christian --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org