When use <a href="xxxxx">test</a>, it always displays a blue underline. How to make it not shown up?
Thanks to help.
Printable View
When use <a href="xxxxx">test</a>, it always displays a blue underline. How to make it not shown up?
Thanks to help.
a {
text-decoration: none;
}
Hi Scott,
Michael has provided exactly what you need above, but hope you don't mind that I add a little addition of my own? When I remove those nasty link underlines, I usually remove the focus box around it with > onfocus ="this.hideFocus=true". In my opinion, it gives links that professional edge, without leaving the highlighted border when clicked.
All the best,
Cal :)