Forum Moderators: open
table, table td {
border-width: 1px;
border-style: solid;
border-color: [insert favorite color here]
border-collapse: collapse;
} You can then safely remove the border attribute from the table.
Best you can do, even though it won't work in Netscape 4.x But what does?
Note you can shorten the border declaration to something like "border: 1px solid #000;" too.
Truthfully, you could also get away with just selecting "table td" (instead of "table, table td") . But what fun is that?