Forum Moderators: not2easy
This seems like such a basic thing that I can't believe I'm posting in about it but here goes - I've got a table that needs a border around and inside each row/column. When I use border: 1px it's only setting the border on the outside of the table....how do I get it to show the borders around each cell as well?
Sorry....I haven't had had a site needing table borders in a while!
Thanks,
Kath
You actually have a great deal of flexibility to control table presentation by attaching styles to <td>s or <th>s inside certain <tr> or <tbody> elements. It's too bad Mozilla doesn't support <colgroup> and <col>, which would make my life a whole lot easier.
[edited by: choster at 1:24 pm (utc) on April 22, 2004]