Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css without underline

#Just set text decoration to none
.a {
    text-decoration: none;
}
 
PREVIOUS NEXT
Tagged: #css #underline
ADD COMMENT
Topic
Name
6+7 =