junebug
05-09-2003, 12:32 AM
How do I make the line under the link go away?
|
View Full Version : text links junebug 05-09-2003, 12:32 AM How do I make the line under the link go away? amicus 05-09-2003, 12:43 AM put this into the head tag <STYLE TYPE="text/css"> A { TEXT-DECORATION: none; } </STYLE> |