PDA

View Full Version : Non-underline


00XxXxX00
02-23-2003, 01:36 AM
What is the code to have "no underline" under a link? just have the text there.

jkd
02-23-2003, 01:56 AM
a {
text-decoration: none;
}