Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove underline from link css

/* This is a class that can be applied to a link
   It is recommended to use padding to create size of button in this case
   Use a 1:2.5 ratio for the top and sides as given below
*/
.button {
	text-decoration: none;
  	padding: 15px 30px;
}
Source by support.microsoft.com #
 
PREVIOUS NEXT
Tagged: #remove #underline #link #css
ADD COMMENT
Topic
Name
6+3 =