RE: Page background color

2005-01-10 Thread Dennis Myrén
PROTECTED] Sent: 8. januar 2005 21:04 To: [EMAIL PROTECTED] Subject: Re: Page background color Dennis Myrén wrote: However, I started trying just to get the background color to be applied across all regions, and I have not succeeded. Please tell me what I am doing wrong with this simple

Re: Page background color

2005-01-08 Thread J.Pietschmann
Dennis Myrén wrote: However, I started trying just to get the background color to be applied across all regions, and I have not succeeded. Please tell me what I am doing wrong with this simple document. Only the region-body region gets blue background color. Your region-before and -after have no

Re: Page background color

2005-01-07 Thread Chris Bowditch
Dennis Myrén wrote: snip/ Is there a way to set the background color of the entire page, regardless of whether objects are placed No, you cant set background color on the entire page. But you can set it on region-*. So in your case, as well as setting background color on region-body you will

RE: Page background color

2005-01-07 Thread Dennis Myrén
Regards, Dennis JD Myrén Developer Oslo Kodebureau Tel: (+47) 98 00 11 92 Mail: [EMAIL PROTECTED] Web: www.oslokb.no -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: 7. januar 2005 15:02 To: [EMAIL PROTECTED] Subject: Re: Page background color Dennis Myrén

Re: Page background color

2002-06-12 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I am using fop-0.20.3 to generate some PDF documents. Now I wish to get a gray background for the document's hole pages, independent from the size of their content. According to the XSL-FO specification the tag fo:region-body supports an attribute background-color, so