Hi ,

Is it possible to put images in document header elements ?
Tried the following but it doesn't work for me. Anyone got ideas on this ???
Thanks
Declan.

(define (page-inner-header gi)
  (let* (
  (bookinf
   (select-elements (children (sgml-root-element))
       (normalize "bookinfo")))
  (topimage
   (select-elements (children bookinf) (normalize "mediaobject")))
  (booktitle
   (select-elements (children bookinf) (normalize "title"))))
  (with-mode header-inner-mode
    (make sequence
       font-posture: 'italic
       font-family-name: "Helvetica"
       font-size: 8pt
       (process-children topimage)
       (process booktitle)
       (literal "\no-break-space;")))))

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only.  It may contain proprietary material, confidential information and/or be subject 
to legal privilege.  It should not be copied, disclosed to, retained or used by, any 
other party.  If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender.  Thank you.

Reply via email to