If I open the RTF file, everything looks exactly correct on the screen.
If I save it as HTML, then re-open the HTML file in OO, almost everything looks the same (exception: table).
However, if I open the HTML file in Firefox, the text is not correct. Specifically, the paragraphs that were centered or right-justified in the RTF and when viewed in OO HTML are now all left-justified.
This is strange, because the text of the HTML file is
Code: Select all
<P CLASS="western" ALIGN=CENTER STYLE="text-indent: 0in; margin-bottom: 0in">
<FONT COLOR="#000000"><FONT FACE="Verdana, sans-serif"><FONT SIZE=4 STYLE="font-size: 16pt"><B>Some text that should be centered</B></FONT></FONT></FONT></P>
Code: Select all
P.western { font-size: 10pt; so-language: en-US }