Sent by Edwardson Tan on 14 August 2002 04:04
> Does anyone have any general tips/examples of styled tables? I'm looking
> for:
> - captions, esp. background color, border, and alignment.
> - th's as above
> - tr's, esp. in alternating row colors
> - td's
> - table itself, esp alignment and border
Speaking of tables how does one center <table> in IE5.5 Win
using CSS? table {margin: auto;} has no effect on it. Has
this been fixed in IE6?
And is there a CSS equivalent of <table cellspacing="0">?
Can't get rid of the spacing using td {margin: 0}. I need
the cell borders to touch one another. And I'd like to keep
my <table>'s free of any presentational attributes.
--
Edwardson