Issue 47291

Summary: text-align in STYLE against in BODY
Product: Writer Reporter: pfievet <pfievet>
Component: viewingAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P4 CC: issues
Version: OOo 2.0 Beta   
Target Milestone: ---   
Hardware: PC   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description pfievet 2005-04-12 22:21:29 UTC
I modified a HTML page with OpenOffice 2.0 beta. My text is centered in the
viewer mode with OpenOffice, but not with Internet Explorer and Firefox.
In the code, I saw 2 new lines in the STYLE part:
TD P { text-align: justify }
P { text-align: justify }
Officialy, in OpenOffice, the text is centered and looks centered. How can I see
it centered using Internet Explorer and/or Firefox ?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
	<STYLE>
	<!--
		@page { size: 21cm 29.7cm }
		TD P { text-align: justify }
		P { text-align: justify }
	-->
	</STYLE>
</HEAD>
<BODY >
<P ALIGN=CENTER>Hello</P>
</BODY>
</HTML>
Comment 1 michael.ruess 2005-04-13 13:19:00 UTC
Reassigned to ES.
Comment 2 eric.savary 2005-04-22 13:38:14 UTC
ES->DVO: does the CSS definition override HTML statement in Browsers.
This does not happen when using <P style="text-align:center">
Comment 3 Rob Weir 2013-07-30 02:19:16 UTC
Reset assignee on issues not touched by assignee in more than 2000 days.