I need to remove all underlines from the all links at once, is this possible?
Asked
Active
Viewed 41 times
4 Answers
-1
I suggest my solution because in this case it only deletes links within the table.
tr td ul li a {
text-decoration: none;
}

ntx2
- 31
- 1
- 5