> -----Original Message----- > From: Chris Bowditch [mailto:[EMAIL PROTECTED] > > >From: "Ganesh" <[EMAIL PROTECTED]> > > > >I want a LEFT page border that runs from the top of the page till the > >end of the page, how can I do this using XSL-FO? I assume that is has to > >be done in the simple-page-master... > > > > borders on regions are not implemented by FOP. I think to acheive > what you > want you will have to use a table in the region-start, 1 row by 1 > cell will > do. Put left border on cell, and specify a row-height equal to height of > region-start. Dont forget a in the table cell to make sure it gets
Another approach would be insert block-containers ( borders do work on these, as well ) equal to the region-body height. Hope this helps. Greetz, Andreas Delmelle --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
