Closed
Bug 51845
Opened 25 years ago
Closed 25 years ago
image with a link doesn't appear on the page
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: gilles+mozilla, Assigned: clayton)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20000907
BuildID: 2000090708
Look at the url mentioned.
There should be an image with a link at the bottom.
It doesn't show.
Reproducible: Always
Steps to Reproduce:
1. Go to the url
2. Look at the bottom of the page
Actual Results: No image shown
Expected Results: There should be an image
Comment 1•25 years ago
|
||
Doctype forces strict mode
Document type: HTML 4.0 Strict
Mozilla does it right.
<br> and <a> or <img> should not be rendered in this case.
e.g:
Line 44, column 42:
... ="../ann_bekkanko/ann_bekkanko.htm"><IMG src="image/k_03.gif ...
^
Error: document type does not allow element "A" here; missing one
of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag
check your link with http://validator.w3.org/
marking invalid
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•