This isn't fully thought out.. sorry.
What I would like to do is create (in this example)
to tables with 2 different styles
Example:
Table 1
Background-color: #eeeeee;
border: 1px solid #666666;
Td for Table 1
padding-left: 15px;
padding-right 32px;
Table 2
Background-color: #eeeeee;
border: 1px solid #666666;
Td for Table 2
padding-left: 64px;
padding-right 10px;
I would like to only declare the table's class name and not the td tags' class name, but I would like the style defined for table1s table cells to be applied to each of the cells without needing to declare the class for each table cell.
Make Sense? Maybe its not a good idea. please let me know if there is a way though.
Thanks.
What I would like to do is create (in this example)
to tables with 2 different styles
Example:
Table 1
Background-color: #eeeeee;
border: 1px solid #666666;
Td for Table 1
padding-left: 15px;
padding-right 32px;
Table 2
Background-color: #eeeeee;
border: 1px solid #666666;
Td for Table 2
padding-left: 64px;
padding-right 10px;
I would like to only declare the table's class name and not the td tags' class name, but I would like the style defined for table1s table cells to be applied to each of the cells without needing to declare the class for each table cell.
Make Sense? Maybe its not a good idea. please let me know if there is a way though.
Thanks.