Robert Lane wrote:
> I put a border on some td's but am getting a gap between them.  What 
> style gets rid of that?
>
>
>   

Sounds like you need border-collapse: collapse on your table style.

table {border-collapse: collapse;}

for example.

Lori
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to