How to remove underline from a link in HTML? - Stack Overflow
行動版 - 2012年6月1日 - This will remove all underlines from all links: a {text-decoration: ... @PaicTen You need to add this to your CSS code. – Sonic42 Jun 1 ... a:hover { text-decoration: none; } ...
stackoverflow.com |