[xsl] Border around Region-Body

Subject: [xsl] Border around Region-Body
From: "Dave Dran" <davedran@xxxxxxxxx>
Date: Fri, 15 Dec 2006 00:36:05 +0800
Preview This preview windows does not show attachments
Border around Body Region
--------------------------------------------------------------------------------
Hi!

I would like to set a border for each page. What should I do?

I try the following to no avail.

Any option to set border most welcome.

Thanks

Dave

PS: I am using Stylus Studio

<fo:layout-master-set>
                       <fo:simple-page-master master-name="main"
margin-top="0.4cm" margin-bottom="1cm" margin-left="0.2cm"
margin-right="0.2cm">
                   <fo:region-body margin-bottom="3cm"
margin-top="0.5cm" border-width="0.1cm" />
                   <fo:region-after extent="2.5cm"/>
                   <fo:region-before extent="2cm"/>
               </fo:simple-page-master>
           </fo:layout-master-set>


--------------------------------------------------------------------------------


Current Thread