Joris Huizer wrote: > > This is probably off-topic but... does that mean there > is no way of expressing the cellspacing/cellpadding > attributes of <table> in css ? Cellspacing maps to CSS 'border-spacing'. http://www.w3.org/TR/REC-CSS2/tables.html#propdef-border-spacing Cellpadding maps to 'padding' on table cells: td, th { padding: 7px; } ~fantasaiReceived on Saturday, 15 February 2003 11:09:17 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:19 GMT