Creating a Simple Table

Creating a Simple Table

am 10.05.2007 08:25:19 von temujin

Dear Group,
I=B4m trying to create a simple table in HTML. With this basic code,
the result is a table with each cell having a frame around it,
separation between to adjacent cells are thus 2 solid lines as each
cell has a frame around it and a lot of space wasted.
Is there any way to avoid this, i.e. to get a simple table with only
one line element between each cell?






some text some text


regards
temu

Re: Creating a Simple Table

am 10.05.2007 08:57:30 von dorayme

In article
<1178778319.664852.70410@e51g2000hsg.googlegroups.com>,
temujin wrote:

> Dear Group,
> I´m trying to create a simple table in HTML. With this basic code,
> the result is a table with each cell having a frame around it,
> separation between to adjacent cells are thus 2 solid lines as each
> cell has a frame around it and a lot of space wasted.
> Is there any way to avoid this, i.e. to get a simple table with only
> one line element between each cell?
>
>


>
>
>
>
>
some text some text

>

You can add cellspacing="0" to your little story in the table tag
to get just a "single" border. Others will soon be informing you,
rightly, how to do it in css. I can see them coming in a big rush
and I am scared and have to go before I get knocked down.

--
dorayme

Re: Creating a Simple Table

am 10.05.2007 09:29:31 von temujin

that simple!
thanks

Re: Creating a Simple Table

am 10.05.2007 10:15:00 von Adrienne Boswell

Gazing into my crystal ball I observed dorayme
writing in news:doraymeRidThis-
681D3B.16573010052007@news-vip.optusnet.com.au:

> In article
><1178778319.664852.70410@e51g2000hsg.googlegroups.com>,
> temujin wrote:
>
>> Dear Group,
>> I´m trying to create a simple table in HTML. With this basic code,
>> the result is a table with each cell having a frame around it,
>> separation between to adjacent cells are thus 2 solid lines as each
>> cell has a frame around it and a lot of space wasted.
>> Is there any way to avoid this, i.e. to get a simple table with only
>> one line element between each cell?
>>
>>


>>
>>
>>
>>
>>
some text some text

>>
>
> You can add cellspacing="0" to your little story in the table tag
> to get just a "single" border. Others will soon be informing you,
> rightly, how to do it in css.

table {border-collapse: collapse}
td {border:1px solid #c0c0c0;}

> I can see them coming in a big rush
> and I am scared and have to go before I get knocked down.
>

No need to rush off, I would never knock you down.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Re: Creating a Simple Table

am 10.05.2007 10:30:29 von dorayme

In article ,
Adrienne Boswell wrote:

> Gazing into my crystal ball I observed dorayme
> writing in news:doraymeRidThis-
> 681D3B.16573010052007@news-vip.optusnet.com.au:
>
> > I can see them coming in a big rush
> > and I am scared and have to go before I get knocked down.
> >
>
> No need to rush off, I would never knock you down.

You would not mean to, but with a big enough crowd rushing past
me, I am easily bowled over. Collateral damage it would be for
sure. I have to get in quick, talk fast and bolt back into my pad
or I am done for.

--
dorayme