hi, i'm using html2fo and it works great!!
but there is one problem with font-size in tables. all size-attributes inside the font-tag wil be ignored and the text has the same size. outside the table all is fine.
any ideas what's to do
michael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi, i'm using html2fo and it works great!!
but there is one problem with font-size in tables. all size-attributes inside the font-tag wil be ignored and the text has the same size. outside the table all is fine.
any ideas what's to do
michael
i found out that this problem only occurs when there is a div tag before the font tag.
<td><font size="1">text</font><td> -> OK
<td><div align="center"><font size="1">text</font></div><td> -> don't work
are there any solutions or this problem
thanks
michael