DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34948>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34948 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2005-05-18 11:26 ------- Dont raise bugs in order to ask questions. The correct procedure is to ask questions on the user mailing list. See the website on how to register with the user list: http://xml.apache.org/fop/maillist.html#fop-user Ok, now to your question: the warning table-layout="auto" occurs because the table-layout has a default value of "auto", but FOP doesnt yet support auto. Specify explicitly table- layout="fixed" on your tables to avoid seeing this message. The error message is simply saying that you must specify a width on the table element. Chris -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
