Closed Bug 11327 Opened 26 years ago Closed 26 years ago

Blank spaces between headers and content

Categories

(Core :: Printing: Output, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: slok00, Assigned: dcone)

References

()

Details

http://java.sun.com/docs/books/tutorial/java/javaOO/classvars.html at the above URL, when I print the page from Mozilla.. there is blank space between the heading of the artile... ie. words in <h3>,<h2> format.... and the text following it... possibilities could include the blockquote following the tags...
Status: NEW → ASSIGNED
*** Bug 16109 has been marked as a duplicate of this bug. ***
Sorry for the spam, changing QA contact on printing bugs to our new printing tester, Shrirang!
Target Milestone: M14
I looked into the html source code of the page on 'java.sun.com' site mentioned above...and found the following.... Part of the html source code is given below ----------------------- <h2>Understanding Instance and Class Members</h2> <blockquote>When you declare a member variable such as <code>aFloat</code> in <code>MyClass</code>: </P> ---------------------- I can see that the first '<blockquote>' tag has not been closed using a </blockquote>'. Instead a '</P>' tag is there. If you copy the source locally and replace the '</P>' by a '</blockquote>' tag , then the page prints perfectly.
I forgot to mention that instead of replacing the '</P>' tag in the code above by '</blockquote>' , the '</P>' can also be replaced by a '<P>' tag for the text on the page to align properly. So it's a html coding problem on the sun site and not a problem in mozilla.
Assignee: dcone → rickg
Status: ASSIGNED → NEW
Thanks Rick
Incorrect HTML is not a printing bug, rick can help with this.
Assignee: rickg → dcone
The layout problems appear to be gone now. Back to dcone for a few remaining printing issues. Don -- I noticed that the blue box (around the class Errors) has a 2nd black box surrounding it. Please review.
Status: NEW → ASSIGNED
Its s gif.. http://java.sun.com/docs/books/tutorial/figures/java/errors.gif and it prints differently on different printers. Its because of a transparency problem.. which is from another bug... 21380. I will mark this bug as fixed, and any refrences to the transparent gif problem will be addressed in bug 21380.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
verified (2000032206).
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.