To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63545
User tora changed the following:
What |Old value |New value
================================================================================
CC|'lars' |'lars,tora'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Sun Jul 27 13:25:19 +0000
2008 -------
With OpenOffice.org 2.3 and 2.4, the following behaviors are observed.
(Type A) Beginning with File > New > HTML Document, then save-as in HTML format
<STYLE TYPE="text/css">
<!--
@page { size: 7.17in 10.12in }
P { margin-bottom: 0.08in; direction: ltr; color: #000000;
text-align: left; widows: 0; orphans: 0 }
P.western { font-family: "Times New Roman", serif; font-size:
12pt; so-language: en-US }
P.cjk { font-family: "MS P明朝"; font-size: 12pt; so-language:
ja-JP }
P.ctl { font-family: "Tahoma"; font-size: 12pt; so-language: zxx
}
-->
</STYLE>
<P CLASS="western" ALIGN=CENTER STYLE="margin-bottom: 0in">
<FONT FACE="MS Pゴシック, monospace">
<FONT SIZE=2 STYLE="font-size: 10pt">
<B>ABC</B>
</FONT>
</FONT>
</P>
The declaration "text-align: left;" seems to come from paragraph alignment of
the default paragraph style. In the above case, "P { ... text-align: left;
...}"
overrides <P ... ALIGN=CENTER ...>.
(Type B) Beginning with File > New > Text Document, then save-as in HTML format
<STYLE TYPE="text/css">
<!--
@page { size: 8.5in 11in; margin: 0.79in }
P { margin-bottom: 0.08in }
-->
</STYLE>
<P ALIGN=CENTER STYLE="margin-bottom: 0in">
<FONT COLOR="#000000">
<FONT FACE="MS Pゴシック, monospace">
<FONT SIZE=2 STYLE="font-size: 10pt">
<B>ABC</B>
</FONT>
</FONT>
</FONT>
</P>
There seems no problem with paragraph alignment.
References
http://oooug.jp/faq/index.php?faq/4/1180 (Japanese) reported by Matsumoto.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]