Is there a way to remove the link underlines?
Last edited by Hydroxux on June 26th 2012, 8:07 pm; edited 1 time in total
a:hover{
text-decoration: none !important;
}
a{
text-decoration: none !important;
}
Hydroxux wrote:Thank you.It worked
Topic Solved & Locked |