Simple-page-sequence and background-color

Subject: Simple-page-sequence and background-color
From: Wolfgang Auer <WAuer@xxxxxxxxxx>
Date: Tue, 21 Sep 1999 17:26:34 +0200
Hi all,

My problem is setting the background color of a whole page. A
simple-page-sequence does not support background-color. I have found a
sample in the DSSSList where a box is used to change the background color of
a paragraph. 

(element TEXT       
	(make simple-page-sequence
		use: *pagina-instellingen*
		(make box
			display?:           #f
			box-type:           'background
			background-color:   (color *rgb-color-space* (/ 0
255) (/ 255 255) (/ 255 255)))
					
			(process-children)
		)
	)
)

Unfortunately this definition only creates a box having a border, no
background color, ...?

Thanks in advance,
Wolfgang


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


Current Thread