Philippe PITHON wrote:
I noted a difference in operation between the xslfo/fop and css/ie of
function table-layout=”fixed”
What makes you think they should be the same? XSL-FO is based on CSS, but
there are differences.
With FOP, the width of contents of a table has priority
I'm not quite
Hello !
I noted a difference in operation between the
xslfo/fop and css/ie of function table-layout=”fixed”
XSLFO :
<fo:table table-layout="fixed">
CSS :
<table style="table-layout:fixed">
With FOP, the width of contents of a table has
p
use
this may help you..
and abt % column-width, use proportional-column-width property of the column
-Vinod
-Original Message-
From: gabor [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 13, 2002 1:40 AM
To: fop-user
Subject: table-layout=fixed
hi,
what should i do to get rid of
as that other one.
gabor wrote:
hi,
what should i do to get rid of that
"[WARN]: table-layout=auto is not supported, using fixed!"
message?
i tried to put table-layout="fixed" into the tag, but it
didn't help...
and btw. what's the status of tables in fop?
i unders
hi,
what should i do to get rid of that
"[WARN]: table-layout=auto is not supported, using fixed!"
message?
i tried to put table-layout="fixed" into the tag, but it
didn't help...
and btw. what's the status of tables in fop?
i understand i can't use