in reply to removing some td and tr by class
how can i remove some td and tr by class
This looks more like a CSS issue than a Perl issue!
.someClass { display: none; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: removing some td and tr by class
by marto (Cardinal) on Dec 15, 2020 at 19:19 UTC |