Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to remove underline from hyperlink css

 a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
Source by support.microsoft.com #
 
PREVIOUS NEXT
Tagged: #remove #underline #hyperlink #css
ADD COMMENT
Topic
Name
7+2 =