Closed
Bug 38429
Opened 25 years ago
Closed 25 years ago
Page renders incorrectly
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: timshel, Assigned: troy)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14-pippin i586; en-US; m15)
BuildID: 2000042621
In page at http://goanna.cs.rmit.edu.au/~dale/, the image aligned left (with
<img align=left> is written over by the text immediately to the right of it.
Reproducible: Always
Steps to Reproduce:
1.Visit http://goanna.cs.rmit.edu.au/~dale/
Actual Results: Page rendered wrong (see description above)
Expected Results: The text should be wrapped around the picture, not writing
over the top of it ...
It only seems to occur because of the <address> tag - ie. if I take it out it
renders as it should. Here's the culprit HTML ...
<p>
<img Align=left Src=http://www.cs.rmit.edu.au/~dale/images/dale.jpg">
<Address>
Email: <A href="mailto:dale@rmit.edu.au"> dale@rmit.edu.au</a>
</Address>
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•