Re: layout

Subject: Re: layout
From: "Jack Fitzpatrick" <jfitzpatrick@xxxxxxxxxx>
Date: Thu, 22 Apr 1999 01:45:07 +0000
----- Original Message ----- 
From: Joerg Wittenberger <Joerg.Wittenberger@xxxxxxxxx>
> What I need to do is to put one logo at the left and another one at
> the right side at top of a page.  (Later I'll have to put a picture
> about 2in above the address which is aligned with the bottom of the
> page.  This sounds even more complicated.)

Jerry, try something simple like this for your side-by-side logos:

(make table
    table-width: 10cm
    display-alignment: 'center
        (make table-cell
            (make external-graphic
                 display?: #t
                 display-alignment: 'start
                 entity-system-id: "leftlogo.eps"))
        (make table-cell
            (make external-graphic
                 display?: #t
                 display-alignment: 'end
                 entity-system-id: "rightlogo.eps")))

Jack Fitzpatrick
Senior Technical Consultant
ADP


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread