Re: bug in table-cell border

2003-12-07 Thread Stan Pinte
On Fri, 05 Dec 2003 19:20:00 +0100, J.Pietschmann [EMAIL PROTECTED] 
wrote:

Stan Pinte wrote:
this block
fo:table-row
fo:table-cell border-width=0.1mm border-style=solid
...
does'nt show up a border...
You have to set the border-color too, IIRC the default is white.
Try adding border-color=black.


thanks, but it doesn't work:
 fo:table-cell border-width=0.1mm border- 
style=
solid
border-color=black
   fo:block  text-align=left vertical- 
align=mid
dle font-size=8pt background-color=#f8f9c5 text-indent=10pt padding- 
botto
m=3pt padding-top=3pt font-weight=bold

 STUFF
   /fo:block
 /fo:table-cell
   /fo:table-row

J.Pietschmann

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Stan Pinte.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: bug in table-cell border

2003-12-07 Thread J.Pietschmann
Stan Pinte wrote:
thanks, but it doesn't work:
fo:table-cell border-width=0.1mm border-style=solid
border-color=black
It works for me, provided the weird line breaks were inserted
by your mail client rather than already being present in the
source.
A border width of 0.1mm is quite thin though, Acrobat Reader
may round it away in the screen display. Try printing it, or
use a somewhat thicker border, 0.5mm should be ok.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: bug in table-cell border

2003-12-07 Thread Andreas L. Delmelle
 -Original Message-
 From: Stan Pinte [mailto:[EMAIL PROTECTED]

 thanks, but it doesn't work:


Try either:

- specifying all borders explicitly, like 'border-top-width=0.1mm',
'border-left-width=0.1mm etc.

- or just using shorthands, like 'border-width=0.1mm 0.1mm 0.1mm 0.1mm'

One of the two should work.


Hope this helps!

Cheers,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]