CSS on Tables!?
CSS on Tables!?
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- lefteris0
Try
border-spacing: 1px;
and/or
border-collapse:collapse
with proper values to get the desired result.
Note that this works only with CSS 2 compatible browsers.
To enforce compatibilty use the !DOCTYPE directive.