Closed
Bug 147707
Opened 24 years ago
Closed 24 years ago
style sheet justification doesn't leave last line unjustified
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: jez, Assigned: dbaron)
References
()
Details
The url http://www.jezndi.org/imogen.shtml uses a CSS to justify text. The body
style is defined :
BODY {
background-attachment: fixed;
background-color: #FFFFFF;
font-family: Arial,Verdana,sans-serif,helvetica;
text-align: justify;
}
And paragraphs using the <p> and </p> markers are justified correctly.
The same is not true of paragraphs which are not started with <p>, i.e. they are
started after a <hr>.
The paragraph is justified, but the last line looks odd because it spreads three
words over the width of the whole page. The last line of a paragraph should not
be justified.
The html and style sheet validate as html 4.01 using http://validator.w3.org.
This problem does not appear using Internet Explorer 5.01
| Reporter | ||
Updated•24 years ago
|
Summary: style sheet justification doesn't leave last lime unjustified → style sheet justification doesn't leave last line unjustified
| Assignee | ||
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 62845 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•