View Single Post
  #1 (permalink)  
Old Dec 14th, 2006, 15:42
davedran davedran is offline
New Member
Join Date: Dec 2006
Location: KL
Age: 37
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Set Border Around Region-Body

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>
Reply With Quote