Issue 47291 - text-align in STYLE against in BODY
Summary: text-align in STYLE against in BODY
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: viewing (show other issues)
Version: OOo 2.0 Beta
Hardware: PC All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 22:21 UTC by pfievet
Modified: 2013-08-07 14:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.