On 26 Sep 2005, at 12:32 pm, Tina Clarke wrote:

Please could someone tell me how to put cell spacing in a sheet? How do you write it out? I've been fiddling around and can't figure it out. I'm trying to change a html template over to a sheet for the formatting of the tables.
(can't use divs in this instance)

table {border-collapse:separate; border-spacing: 1em 2em /* left-right and top-bottom*/} will give a 1 em value space on the left and right of each table cell, 2 em space at top and bottom.

*Not* supported by IE win [1].

<http://www.w3.org/TR/CSS21/tables.html#separated-borders>

[1] <table cellspacing="5"> is perfectly valid (x)html.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>

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

Reply via email to