I’m trying to use OO to convert RTF input (from MS Word 2000) to HTML.
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
<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>
and the class "western" is
P.western { font-size: 10pt; so-language: en-US }
Anybody know why the centering is not working as expected? I will deal with the table problems another day.
Web URL: https://netsuite.folio3.com/
Well here is a very usefull link to this problem
http://user.services.openoffice.org/en/forum/viewtopic.php?f=30&t=46850