Graphics in header or footer

Subject: Graphics in header or footer
From: Hans Eberle <Hans.Eberle@xxxxxxxxxx>
Date: Tue, 31 Oct 2000 18:13:35 +0100
Hi all,

it's possible to insert a graphics, like an bmp, into the 
footer or the header of a document. ( f. ex. rtf)

I try to do it, but it doesn't funtion.

that was my way : 

(define (title-page)
   (make simple-page-sequence
      start-indent:  0pt
      header-margin: 1.7cm
      footer-margin: 1.7cm
      center-footer: (title-page-logo)
.
.
.
.
.
)

(define (title-page-logo)
   (make external-graphic
      display?:       #t
      entity-system-id: "imgs/logo.bmp"      
   )
)

With this funcion it was possible to insert a graphic into a table cell. 
But when I try to insert a graphics into header or footer, the graphic
in the table cell was disappeard.
 

thanx for your help.

hans



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


Current Thread