Text-decoration: none not working

Olly F picture Olly F · Jul 10, 2012 · Viewed 135.3k times · Source

Totally baffled! I've tried rewriting the text-decoration: none line several different ways. I also managed to re-size the text by targeting it but the text-decoration: none code will not take.

Help much appreciated.

Code

Answer

DongNguyen picture DongNguyen · May 26, 2015
a:link{
  text-decoration: none!important;
}

=> Working with me :) , good luck