Closed
Bug 226467
Opened 22 years ago
Closed 22 years ago
Linked IMG tags underlined in XHTML transitional
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 193584
People
(Reporter: bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030916
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030916
When using an XHTML 1.0 Transitional or XHTML 1.1 Transitional doctype, linked
IMG tags are being underlined, even when I tell them explicitly not to be. E.g.:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html><body>
<a href="0"><img src='http://www.worldisround.com/photos/0/242/522_s.jpg' alt=''
width='60' height='60' border='0' style='text-decoration: none !
important'/>Ophelia</a>
</body></html>
This problem goes away when I remove the !DOCTYPE, but that opens up a new world
of pain.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
I am unsure of the XHTML link IMG default display, but at least the CSS should
get rid of the underline.
This is a dupe of bug 193584 I believe, please see that bug's comments for an
explanation.
*** This bug has been marked as a duplicate of 193584 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•