74
100
In the area between the opening tag and before 'href', insert the code style="text-decoration:none" as seen in the green highlighted text in image below.
  • Safe
  • United States
  • Encrypted
  • 29 yrs old
  • 12,088 Site Rank
  • Report Card

83
100
The above code will be enough.Just paste this into the link you want to remove underline from. Share.
  • Safe
  • United States
  • Encrypted
  • 20 yrs old
  • 88 Site Rank
  • Report Card

74
100
We use inline style attribute with the CSS property text-decoration to remove underline from a specified link in HTML.
  • Safe
  • Finland
  • Encrypted
  • 18 yrs old
  • 855 Site Rank
  • Report Card

74
100
To finally remove the default underline of the link, you can target all the pseudo-classes and assign them a text-decoration property of none .
  • Safe
  • United States
  • Encrypted
  • 9 yrs old
  • 3,380 Site Rank
  • Report Card

83
100
The underline may be removed by a CSS property called text decoration. a { text-decoration:none; } .
  • Safe
  • United States
  • Encrypted
  • 20 yrs old
  • 88 Site Rank
  • Report Card

80
100
To remove the underline from links, you can use the CSS text-decoration property. Below we'll walk through how to define this property to ...
  • Safe
  • United States
  • Encrypted
  • 19 yrs old
  • 401 Site Rank
  • Report Card

86
100
I would like to remove the underline from just one link, and not another? Globally removing the underline from links does not work in my ...
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 7,142 Site Rank
  • Report Card

77
100
a:active MUST come after a:hover. Text Decoration. The text-decoration property is mostly used to remove underlines from links: Example. a:link { text ...
  • Safe
  • United States
  • Encrypted
  • 24 yrs old
  • 333 Site Rank
  • Report Card

83
100
In the builder, double click the text and then click on the “View Source” button that pops up under it. · Add style="text-decoration:none;" to ...
  • Safe
  • United States
  • Encrypted
  • 15 yrs old
  • 5,843 Site Rank
  • Report Card

See more