- From: fantasai <fantasai@escape.com>
 - Date: Sat, 15 Feb 2003 11:09:34 -0500
 - To: www-style@w3.org
 
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;
   }
~fantasai
Received on Saturday, 15 February 2003 11:09:17 UTC