Closed
Bug 166497
Opened 23 years ago
Closed 23 years ago
The links is not presented as link, but only as normal text
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: alik, Assigned: asa)
References
()
Details
On the http://www.alikuvkoutek.cz/home.htm the Mozilla 1.0+ (On 0.9.x it seems
to be right), the browser show the page bad. The links is not presented as a
link, but only as normal text. It can't be clicked on them.
Note: It aplies in Netscape based on the described Mozilla version as well.
Comment 1•23 years ago
|
||
This seems to be a problem with the page coding.
Here is how the <a> tag is presented on this page
<a href="http://admin.nixnet.cz" />http://admin.nixnet.cz
the trailing "/" in the <a> tag seems to be the XHTML method used in contentless
tags (like <br>). However this should not be used in <a>. The proper format of
this link is:
<a href="http://admin.nixnet.cz">http://admin.nixnet.cz</a>
Comment 2•23 years ago
|
||
WFM with Mozilla 1.1 (build id 20020826) on Linux.
This is not a Mozilla bug (<a> is not an empty element, see Eclectric's comment).
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•