clever css management

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
 
K

kayodeok

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;
padding:0;

border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;

border-width:0;

Not sure what you are trying to achieve though...
 
B

brucie

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;

padding:0; border:0;
most of them have just a

text-align:left;

..blah1,.blah2,#blah{border:0;padding:0;text-align:left;}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top