Re: bug in table-cell border

2003-12-08 Thread Stan Pinte
On Sun, 7 Dec 2003 11:01:31 +0100, Andreas L. Delmelle 
[EMAIL PROTECTED] wrote:

-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.
No.
I solved it doing that in the surrounding fo:table-cell
border-width=0.1mm border-style=solid padding=0.1mm
-- adding a pading now leaves the border visible

Hope this helps!
Cheers,
Andreas
-
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-08 Thread Andreas L. Delmelle
 -Original Message-
 From: Stan Pinte [mailto:[EMAIL PROTECTED]

 On Sun, 7 Dec 2003 11:01:31 +0100, Andreas L. Delmelle
 [EMAIL PROTECTED] wrote:

  One of the two should work.

 No.

 I solved it doing that in the surrounding fo:table-cell

 border-width=0.1mm border-style=solid padding=0.1mm

 -- adding a pading now leaves the border visible


I was gonna give that advice next ;)
No seriously, suspected it had sth to do with the padding. Now we're sure...


Cheers,

Andreas


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



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]



bug in table-cell border

2003-12-05 Thread Stan Pinte
hello,
this block
   fo:table-row
 !-- titre mesures finies --
 fo:table-cell border-width=0.1mm border- 
style=
solid

   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

 MESURES FINIES
   /fo:block
 /fo:table-cell
   /fo:table-row
does'nt show up a border...
Is this a fop bug?
thanks a lot,
Stan.
--
Stan Pinte.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: bug in table-cell border

2003-12-05 Thread J.Pietschmann
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.
J.Pietschmann

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