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

...
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:
 
border-color="black">
   
m="3pt" padding-top="3pt" font-weight="bold"

 STUFF
   
 
   

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:

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]