Re: table-cell wrapping

2002-06-26 Thread Chris Bowditch

What other properties have you set on fo:block? What about wrap-option?


From: Matthew L. Avizinis [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: table-cell wrapping
Date: Tue, 25 Jun 2002 18:42:43 -0400

Hello FOP developer type folks,
When I put content, just a simple text sentence, inside a table cell
fo:block it does not wrap properly unless I put in a margin-right=0mm
attribute.  Is this a defect or is that the way it's supposed to be?  Or
could there be something else going on that I should look for?  I am using
0.20.3.
Helpful hints appreciated,

Matthew L. Avizinis
XML/XSL Software DeveloperGleim [EMAIL PROTECTED]




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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




RE: table-cell wrapping

2002-06-26 Thread Matthew L. Avizinis

fo:table-cell
fo:block space-before={$spc-b4} text-indent={$indent}
space-after={$spc-after} margin-right=0mm
/fo:table-cell
wrap option is default unless otherwise set to 'nowrap', unless my
understanding is incorrect and nowrap _is_ the default, which sounds
counter-intuitive.

 -Original Message-
 From: Chris Bowditch [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 26, 2002 9:22 AM
 To: [EMAIL PROTECTED]
 Subject: Re: table-cell wrapping


 What other properties have you set on fo:block? What about wrap-option?


 From: Matthew L. Avizinis [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: table-cell wrapping
 Date: Tue, 25 Jun 2002 18:42:43 -0400
 
 Hello FOP developer type folks,
 When I put content, just a simple text sentence, inside a table cell
 fo:block it does not wrap properly unless I put in a margin-right=0mm
 attribute.  Is this a defect or is that the way it's supposed to be?  Or
 could there be something else going on that I should look for?
 I am using
 0.20.3.
 Helpful hints appreciated,
 
 Matthew L. Avizinis
 XML/XSL Software DeveloperGleim [EMAIL PROTECTED]




 _
 Send and receive Hotmail on your mobile device: http://mobile.msn.com


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


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




Re: table-cell wrapping

2002-06-26 Thread J.Pietschmann

Matthew L. Avizinis wrote:
 fo:table-cell
 fo:block space-before={$spc-b4} text-indent={$indent}
 space-after={$spc-after} margin-right=0mm
 /fo:table-cell
 wrap option is default unless otherwise set to 'nowrap', unless my
 understanding is incorrect and nowrap _is_ the default, which sounds
 counter-intuitive.

Default is to wrap.

Is there a margin inherited from an enclosing block?
I've bitten several times by this. In this case, put
margin=0mm right on the fo:table element.

J.Pietschmann


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




RE: table-cell wrapping

2002-06-26 Thread Matthew L. Avizinis



 -Original Message-
 From: J.Pietschmann [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 26, 2002 3:57 PM
 To: [EMAIL PROTECTED]
 Subject: Re: table-cell wrapping


 Matthew L. Avizinis wrote:
  fo:table-cell
  fo:block space-before={$spc-b4} text-indent={$indent}
  space-after={$spc-after} margin-right=0mm
  /fo:table-cell
  wrap option is default unless otherwise set to 'nowrap', unless my
  understanding is incorrect and nowrap _is_ the default, which sounds
  counter-intuitive.

 Default is to wrap.

2¢]--That's what I thought.

 Is there a margin inherited from an enclosing block?
 I've bitten several times by this. In this case, put
 margin=0mm right on the fo:table element.

2¢]--Inheritance -- that's what got me.  You're right on that one.  Thanks
much.
matthew l. avizinis

 J.Pietschmann


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


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