Solutions?
To explain.
My program create html page.
The user can save as PDF, DOC, XML, and other formats, but the problem
isn't on page created but if print the opened page.
The result is different as all browsers.
Creating a simply HTML page as this
<HTML>
<BODY>
<TABLE>
<TR><TD>aaa</TD><TD>bbb</TD></TR>
<TR><TD>ddd</TD><TD>eee</TD></TR>
</TABLE>
</BODY>
</HTML>
In browser the result is
aaa bbb
ddd eee
In Openoffice
aaa bbb
ddd eee
Saving in HTML the page is corrected inserting metatag and other elements
but this is not a problem.
How can I change the originary file to view same result as a browser on
preview?
Old Openoffice instead work correct.