if i have an external CSS
table.block {
font-family: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border-style: solid;
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
border-color: #000088;
border: 1px;
}
td.block {
text-align: left;
text-indent: 5px;
background-color: #FFFFFF;
}
th.block {
background-color: #000088;
text-align: center;
font-family: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding: 10px;
}
in my HTML does each element of the table have to class-"th"
how can i just enter the class one time for the whole HTML table? -Pete![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
table.block {
font-family: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border-style: solid;
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
border-color: #000088;
border: 1px;
}
td.block {
text-align: left;
text-indent: 5px;
background-color: #FFFFFF;
}
th.block {
background-color: #000088;
text-align: center;
font-family: Tahoma, taipei, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding: 10px;
}
in my HTML does each element of the table have to class-"th"
how can i just enter the class one time for the whole HTML table? -Pete
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)