xsl-list
[Top] [All Lists]

Re: [xsl] border around a long text spanned on mutiple page

2010-05-17 14:32:32
At 2010-05-17 11:55 -0700, Red Light wrote:
Hi guys,

it's working perfectly except one small detail ,


i declare it like that :

        <fo:table-row border-before-width.conditionality="retain"
border-after-width.conditionality="retain" border="0.5pt solid black" block-progression-dimension.minimum="15cm">


</fo:table-row>


i use a thin border: 0.5pt , so the left / right border of 0.5pt ;

but the top/bottom border have a default border of 1pt.

any work around ?!.

That sounds like a renderer problem ... or perhaps a perception problem because of the direction of the lines.

Because you use:

  border="0.5pt"

... that applies the specification to all four sides.

The rendering is then up to the renderer to get right.

I hope this helps.

. . . . . . . . . . . . Ken


--
XSLT/XQuery training:   after http://XMLPrague.cz 2011-03-28/04-01
Vote for your XML training:   http://www.CraneSoftwrights.com/s/i/
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
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>
--~--