I'm trying to use css with a table but the inside borders between the rows/columns are not displaying. Here's what I'm doing:
<STYLE TYPE="text/css">
<!-- TABLE.tabYes, TD.tabYes {border: 1px solid black; ; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color
range; } -->
</STYLE>
<TABLE id="testTab3" class="tabYes" >
How come the outside border shows but the borders within the table are not showing? I tried adding rules:all to tabYes and it didn't work. Thanks in advance for any help!
Jeff
<STYLE TYPE="text/css">
<!-- TABLE.tabYes, TD.tabYes {border: 1px solid black; ; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color
</STYLE>
<TABLE id="testTab3" class="tabYes" >
How come the outside border shows but the borders within the table are not showing? I tried adding rules:all to tabYes and it didn't work. Thanks in advance for any help!
Jeff