I get a “7. The links of the page should have no underline.”, while I have the following code and links aren’t underlined.
All other tests are valid.
a:link {
text-decoration: none;
}
I get a “7. The links of the page should have no underline.”, while I have the following code and links aren’t underlined.
All other tests are valid.
a:link {
text-decoration: none;
}
try a more general way to select links than using the pseudoclass
Thanks. As always, it’s just so annoyingly obvious.
Also here: How to Remove Underline from a Link in CSS – HTML Style Guide
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.