Home

Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS

Forums
Web Site
Software
gbCodeLib

Personal
Webcam
Biography
Contact Me

GBIC >> Source Code >> JavaScript >> Snippet

Remove underline from links


< html >
< head >
< style >
a { text - decoration : none }   // style applied to all anchors
</ style >
</ head >
< body >
< p >
< a href = "..." > No underline here !</ a >
</ p >
</ body >
</ html >