To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95719
Issue #|95719
Summary|html export doesn't respect line spacing
Component|Word processor
Version|OOo 3.0
Platform|PC
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|save-export
Assigned to|mru
Reported by|donpaolo
------- Additional comments from [EMAIL PROTECTED] Fri Oct 31 20:45:33 +0000
2008 -------
I have a document in which all the paragraphs hasn't any space before nor after.
I attach a very simple one.
I'm saving it to html. The result is that the style information define a P {
margin-bottom: 0.21cm) directive, and if I open the document in the browser the
paragraphs are actually spaced.
Here is the generated html:
--------cut--------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.4 (Linux)">
<META NAME="AUTHOR" CONTENT="Paolo">
<META NAME="CREATED" CONTENT="20081031;21280300">
<META NAME="CHANGED" CONTENT="0;0">
<STYLE TYPE="text/css">
<!--
@page { size: 21cm 29.7cm; margin: 2cm }
P { margin-bottom: 0.21cm; direction: ltr; color: #000000;
widows: 0; orphans: 0 }
P.western { font-family: "Times New Roman", serif; font-size:
12pt;
so-language: it-IT }
P.cjk { font-family: "DejaVu Sans"; font-size: 12pt;
so-language: zxx }
P.ctl { font-family: "DejaVu Sans"; font-size: 12pt;
so-language: zxx }
-->
</STYLE>
</HEAD>
<BODY LANG="it-IT" TEXT="#000000" DIR="LTR">
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
<P CLASS="western" STYLE="margin-bottom: 0cm; text-decoration: none">Asdf
asdf a safd s safd s</P>
</BODY>
</HTML>
--------cut--------
---------------------------------------------------------------------
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]