Cell spacing x 2
am 07.06.2007 17:26:54 von Jim S
1. On my site (addr below) I use a table to display the thumbnails in the LH
column. In IE it works a treat and there are gaps between the white
rectangles, but in Firefox all I get is a vertical white strip. Why?
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?
--
Jim S
Tyneside UK
http://www.jimscott.co.uk
Re: Cell spacing (was: Cell spacing x 2)
am 07.06.2007 19:02:20 von Jim S
On Thu, 07 Jun 2007 15:26:54 GMT, Jim S wrote:
> 1. On my site (addr below) I use a table to display the thumbnails in the LH
> column. In IE it works a treat and there are gaps between the white
> rectangles, but in Firefox all I get is a vertical white strip. Why?
>
Sorry I solved that one (blushes)
> 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?
--
Jim S
Tyneside UK
http://www.jimscott.co.uk
Re: Cell spacing
am 07.06.2007 20:50:33 von lws4art
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; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: Cell spacing
am 07.06.2007 21:04:13 von Jim S
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
Re: Cell spacing
am 08.06.2007 04:13:16 von lws4art
Jim S wrote:
> 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.
It wouldn't have it? What do you mean? It is proper CSS, if this
Top-Style will not allow you to write proper CSS then time to pitch it
in my opinion.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com