|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Is there a way to force the browser not to underline a link via CSS?
|
|
#2
|
|||
|
|||
|
Code:
<style type="text/css">
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}
-->
</style>
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > remove link underline via css? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|