|
Posted by Jim S on 06/07/07 19:04
On Thu, 07 Jun 2007 14:50:33 -0400, Jonathan N. Little wrote:
> Jim S wrote:
>
>>> 2. I use a stylesheet for my tables, but cannot find a css equivalent to
>>> cellspacing, which I have to add by HTML. Is there a way to avoid this?
>>
>
> Most of the time what folks are looking for:
>
> cellspacing="0"
> in CSS:
> table { border-collapse: collapse; }
>
> cellspacing="3"
> in CSS:
> table { border-collapse: separate; border-spacing: 3px; }
Thanks Jonathan.
I tried that with Top-Style which I use for Stylesheets and it wouldn't have
it.
--
Jim S
Tyneside UK
http://www.jimscott.co.uk
Navigation:
[Reply to this message]
|