Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Writer Error displayng table rows HTML to height

1 view
Skip to first unread message

Paolo Holzl

unread,
May 29, 2009, 11:18:13 AM5/29/09
to
I have created a normal web page containing a table using some rows and
colums without formats.
Opening this file using an Internet Browser, the space infra lines is
'normal'.
Opening the file using new OpenOffice the rows are displayed with a
double space (as containing a CRLF at end of each row).
Also printing the page the output is the same, incorrect.
OpenOffice 1.3 instead work correct.

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.

0 new messages