I am currently re-building a table display page, just wanted to know if it's possible to resize a TD without inline styles, like add a class with width and height?
Example:
<td class="Td_class">Blah</td>
.Td_class
{
height:30px;
width:80px;
}
Probably can, just wanted to make sure for when I make this table.
Thanks.