Remove link underline


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <STYLE type="text/css">
  2. <!--
  3. A { text-decoration:none }
  4. -->
  5. </STYLE>
  6.  
  7. or
  8.  
  9. <A HREF="http://www.pageresource.com" style="text-decoration:none">The Web Design Resource</A>

URL: http://www.pageresource.com/html/link3.htm

Report this snippet


Comments


You need to login to view comments.