xsl-list
[Top] [All Lists]

[xsl] Border around Region-Body

2006-12-14 09:36:27
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>


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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • [xsl] Border around Region-Body, Dave Dran <=