Closed Bug 8466 Opened 25 years ago Closed 25 years ago

Image alignment wrong after two images beside each other and then a <br>

Categories

(Core :: Layout, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 5821

People

(Reporter: blackhand, Assigned: buster)

References

()

Details

Image alignment wrong after two images beside each other and then a <br>

There is an alignment problem after a

<img src="1" height="3"><img src="2" height="3"><br>
<img src="3" height="5">

Image 3 should be flush with the bottom of images 1 and two. Right now it
renders with a space.

Note: The following alignment works right

<img src="1" height="3"><br>
<img src="3" height="5">

The following code will demistrate this bug.  Just save it as an HTML file and
view it in Mozilla.  I have written it so all that is required is an Internet
connection.

<HTML>
<BODY>
  <CENTER>
    <IMG SRC="http://www.geocities.com/TimesSquare/6496/UO/UOTailorTop1.gif"
HEIGHT=18 WIDTH=296><BR>
    <IMG name="section"
SRC="http://www.geocities.com/TimesSquare/6496/UO/UOTailorTop2Choose_an_item_to_
make.gif" HEIGHT=13 WIDTH=296><BR>
    <IMG SRC="http://www.geocities.com/TimesSquare/6496/UO/UOTailorTop3.gif"
HEIGHT=12 WIDTH=296><BR>
  </CENTER>
</BODY>
</HTML>
Assignee: rickg → kipp
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 5821 ***
Status: RESOLVED → VERIFIED
Agreed. This is a duplicate of 5821.
You need to log in before you can comment on or make changes to this bug.