Is it possible to remove the underline from the hyperlinks defined on an aspx form using the Hyperlink Web Server Control? There is not a style property for this control so using style="text-decoration: none" will not work. That only works for the HTML Hyperlink tag that uses the <A> element. Setting the FONT.UNDERLINE property to false does not work either. (So what is setting the FONT.UNDERLINE property really supposed to do?)