J
Jochen Fuhrmann
hey, i wanna "clean up" my stylesheet, and wonder if there is a clever way to do
this. i have lots
of different <td> classes, which all include:
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;
most of them have just a
text-align:left;
or something like that, addon.
can i combine these in a way like:
"for all of these the padding and border stuff"?
thx jochen
this. i have lots
of different <td> classes, which all include:
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;
most of them have just a
text-align:left;
or something like that, addon.
can i combine these in a way like:
"for all of these the padding and border stuff"?
thx jochen