Re: layout

Subject: Re: layout
From: Joerg Wittenberger <Joerg.Wittenberger@xxxxxxxxx>
Date: 22 Apr 1999 11:27:04 +0200
>>>>> "JF" == Jack Fitzpatrick <jfitzpatrick@xxxxxxxxxx> writes:

JF> <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.)

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

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

Thanks for your suggestion.  Does anybody have a different idea?
Unfortunalty it does not change anything.  The logos are still glued
to each other.

Regards

/Jerry

-- 
Sapere Aude


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


Current Thread