Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove style from link

 a, a:hover, a:focus, a:active {
     text-decoration: none;
     color: inherit;
 }
 
PREVIOUS NEXT
Tagged: #remove #style #link
ADD COMMENT
Topic
Name
4+9 =