Re: table-layout="fixed" (xslfo / css difference)

2004-06-07 Thread Chris Bowditch
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

table-layout="fixed" (xslfo / css difference)

2004-06-07 Thread Philippe PITHON
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

RE: table-layout=fixed

2002-06-13 Thread vinod . nayak
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

Re: table-layout=fixed

2002-06-12 Thread Chuck Paussa
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

table-layout=fixed

2002-06-12 Thread gabor
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