copy and paste this into the head area of the page: <style> .a {text-decoration:none} </style> Code (markup): *just another way like hockeyhero's idea
You need to specify what type of <style> is : <style type="text/css"> A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} A:hover {text-decoration: underline; color: red;} </style> Code (markup):