I found that several books elaborated on the rules of table CSS but didn't
cover how to achieve the old school ways

  <table cellspacing=0 cellpadding=0 border=0>

and

  <table cellspacing=0 cellpadding=0 border=0 border=1>  or other common
usage...

i wrote up some experimentation on

  http://www.0011.com/css/table_simple.html

they achieved it and (almost) for the case of border=1...

may i request some of your prodigious and kind comments about it?  I wonder,
can the table CSS be simplified to be very easy to understand?   The current
rules seems like not very easy to grasp regarding the border-collapse:
separate and collapse and then another sets of rules of how they collapse.
By the way, can't cell margin be used to simulate border-spacing?  Thanks
very much!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to