esm
08-15-2003, 10:38 PM
what is the difference between the following "TDs"
td {
background-color: white;
color: black;
font-family: Verdana, sans-serif;
font-size: 9pt;
}
/* vedit - usual column (right) */
.vedit td {
padding: 10px;
padding-left: 15px;
background-color: #E0E0E0;
}
how is one used versus the other
td {
background-color: white;
color: black;
font-family: Verdana, sans-serif;
font-size: 9pt;
}
/* vedit - usual column (right) */
.vedit td {
padding: 10px;
padding-left: 15px;
background-color: #E0E0E0;
}
how is one used versus the other