Closed Bug 4512 Opened 26 years ago Closed 26 years ago

URGENT: Links being underlined when they shouldn't be.

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: ekrock, Assigned: peterl-retired)

References

()

Details

URGENT: we want to use this demo in current builds at Internet World if possible; we can't use M3/DP2 because of a different, now-fixed bug. Compare display of this page in Gecko DP1 and 4/2 build and you'll see the problem right away. On the first page, the links should not be underlined by default (see DP1), but they are in 4/2.
Tested in AppRunner. (We want to use Apprunner, not Viewer, so people see a browser-like UI for the demo.)
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
This is not a bug. The error is in the markup. The underline comes from the <A> tag, you can't turn it off inside with a <SPAN>. Try setting style on the <A> tag to turn off the underline instead. Or better yet. Use an inline style sheet (<style> A { text-decoration: none } </style> instead of replicating style attributes all over the place.
Status: RESOLVED → VERIFIED
Verified invalid.
You need to log in before you can comment on or make changes to this bug.