|
|
Q5414 How do I get rid of the underlining of hyperlinks using CSS?
irt.org | Knowledge Base | CSS | Q5414 [ previous next ] Q5414 How do I get rid of the underlining of hyperlinks using CSS?The following CSS code will do the trick in external or document-level style sheets:
In inline styles, use the following code instead:
If CSS is supported in your browser, the following link should not be underlined: The CSS2 Recommendation from the W3C |
-- div -->
|